From 100dcc06f363f51bb91fef5673280d3b32af0866 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 08:27:15 +1000 Subject: sci-physics/espresso++: use https for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sci-physics/espresso++/espresso++-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-physics/espresso++/espresso++-9999.ebuild') diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 0fd4dd38999e..2f9ecca51ed3 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.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=6 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.espresso-pp.de" MY_PN="${PN//+/p}" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git" + EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" inherit git-r3 else SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -- cgit v1.2.3-65-gdbad