Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gource/
Date: Mon, 24 Sep 2018 12:03:15
Message-Id: 1537790581.5744e1b6c7021a7d59d84138d75fd1cd0e4b1902.kensington@gentoo
1 commit: 5744e1b6c7021a7d59d84138d75fd1cd0e4b1902
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 12:02:43 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 12:03:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5744e1b6
7
8 dev-util/gource: use HTTPS
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-util/gource/gource-0.49.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/gource/gource-0.49.ebuild b/dev-util/gource/gource-0.49.ebuild
16 index 34639205e93..29159bcde85 100644
17 --- a/dev-util/gource/gource-0.49.ebuild
18 +++ b/dev-util/gource/gource-0.49.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit flag-o-matic
21
22 DESCRIPTION="A software version control visualization tool"
23 -HOMEPAGE="http://gource.io/"
24 +HOMEPAGE="https://gource.io/"
25 SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz"
26
27 LICENSE="GPL-3"