summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:29:08 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:18 +0200
commit8c7b27a7948848aea4ea65f8a3f757d54407d8f2 (patch)
treec097e6f2ff7a76786f4de37b2ff59ebabd63510a /net-misc/netifrc/netifrc-0.3.0.ebuild
parentnet-misc/freerdp: use HTTPS for GitHub (diff)
downloadgentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.tar.gz
gentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.tar.bz2
gentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.zip
net-misc/netifrc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-misc/netifrc/netifrc-0.3.0.ebuild')
-rw-r--r--net-misc/netifrc/netifrc-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild b/net-misc/netifrc/netifrc-0.3.0.ebuild
index 716b3617c602..4ab88729401a 100644
--- a/net-misc/netifrc/netifrc-0.3.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/"
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
- #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
+ #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate
inherit git-r3
else
SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"