diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:01:12 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:58 +0200 |
commit | aa9d14611e72badcd8bda7908349aea6f74e714a (patch) | |
tree | 3013cf1ca8a166e4ab0506ad6f073ec830151efa /dev-vcs/gti | |
parent | dev-util/pkgconf: use HTTPS for GitHub (diff) | |
download | gentoo-aa9d14611e72badcd8bda7908349aea6f74e714a.tar.gz gentoo-aa9d14611e72badcd8bda7908349aea6f74e714a.tar.bz2 gentoo-aa9d14611e72badcd8bda7908349aea6f74e714a.zip |
dev-vcs/gti: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-vcs/gti')
-rw-r--r-- | dev-vcs/gti/gti-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |