dev-vcs/gti: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:01:12 +0000 (02:01 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:37:58 +0000 (11:37 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-vcs/gti/gti-9999.ebuild

index f0365ee286b8daeac2c3cef5866b46b57efc7dcf..44d3b5125289850b73aeb00c3cd6c6e665bf066b 100644 (file)
@@ -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"