From: David Hicks Date: Sat, 29 Jul 2017 16:01:12 +0000 (+1000) Subject: dev-vcs/gti: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa9d14611e72badcd8bda7908349aea6f74e714a;p=gentoo.git dev-vcs/gti: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- 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"