summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 21:10:08 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:38 +0200
commitbdb69b471b66bc970128cc66c2b9b88fec591b2e (patch)
tree8d684b1b927bb4bf407744222babbd1098990c11 /sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild
parentsys-apps/openrc: use HTTPS for GitHub (diff)
downloadgentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.tar.gz
gentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.tar.bz2
gentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.zip
sys-apps/opentmpfiles: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild')
-rw-r--r--sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild
index 707c50b7f49f..47fc6ab98433 100644
--- a/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild
+++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
if [[ ${PV} = 9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="git://github.com/openrc/${PN}"
+ EGIT_REPO_URI="https://github.com/openrc/${PN}"
else
SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"