Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gti/
Date: Sun, 30 Jul 2017 09:38:17
Message-Id: 1501407478.aa9d14611e72badcd8bda7908349aea6f74e714a.mgorny@gentoo
1 commit: aa9d14611e72badcd8bda7908349aea6f74e714a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:01:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9d1461
7
8 dev-vcs/gti: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-vcs/gti/gti-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild
16 index f0365ee286b..44d3b512528 100644
17 --- a/dev-vcs/gti/gti-9999.ebuild
18 +++ b/dev-vcs/gti/gti-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25
26 -EGIT_REPO_URI="git://github.com/rwos/${PN}.git"
27 +EGIT_REPO_URI="https://github.com/rwos/${PN}.git"
28 inherit git-2
29
30 DESCRIPTION="A silly git launcher, basically. Inspired by sl"