From aa9d14611e72badcd8bda7908349aea6f74e714a Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 02:01:12 +1000 Subject: dev-vcs/gti: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-vcs/gti/gti-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-vcs/gti') diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild index f0365ee286b8..44d3b5125289 100644 --- a/dev-vcs/gti/gti-9999.ebuild +++ b/dev-vcs/gti/gti-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -EGIT_REPO_URI="git://github.com/rwos/${PN}.git" +EGIT_REPO_URI="https://github.com/rwos/${PN}.git" inherit git-2 DESCRIPTION="A silly git launcher, basically. Inspired by sl" -- cgit v1.2.3-65-gdbad