From bc64f71af9086b89af4c5774b2332947986734cf Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:54:57 +1000 Subject: net-fs/libnfs: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- net-fs/libnfs/libnfs-1.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-fs/libnfs/libnfs-1.11.0.ebuild') diff --git a/net-fs/libnfs/libnfs-1.11.0.ebuild b/net-fs/libnfs/libnfs-1.11.0.ebuild index 9f8d1109e373..f1bc7bb76502 100644 --- a/net-fs/libnfs/libnfs-1.11.0.ebuild +++ b/net-fs/libnfs/libnfs-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1" inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git" + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" inherit git-2 autotools-utils else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" -- cgit v1.2.3-65-gdbad