From 8c7b27a7948848aea4ea65f8a3f757d54407d8f2 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 04:29:08 +1000 Subject: net-misc/netifrc: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- net-misc/netifrc/netifrc-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-misc/netifrc/netifrc-0.3.0.ebuild') 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" -- cgit v1.2.3-65-gdbad