Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/icmake/
Date: Sat, 28 Sep 2019 03:11:45
Message-Id: 1569640244.b1ab36840577acce3cd6c0310b864189d7e03624.radhermit@gentoo
1 commit: b1ab36840577acce3cd6c0310b864189d7e03624
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 03:10:44 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 03:10:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ab3684
7
8 dev-util/icmake: use https:// for HOMEPAGE
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-util/icmake/icmake-9.02.08.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/icmake/icmake-9.02.08.ebuild b/dev-util/icmake/icmake-9.02.08.ebuild
16 index 31991a073ea..44c6eeb68a9 100644
17 --- a/dev-util/icmake/icmake-9.02.08.ebuild
18 +++ b/dev-util/icmake/icmake-9.02.08.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit toolchain-funcs flag-o-matic
21
22 DESCRIPTION="Hybrid between a make utility and a shell scripting language"
23 -HOMEPAGE="http://fbb-git.gitlab.io/icmake/ https://gitlab.com/fbb-git/icmake"
24 +HOMEPAGE="https://fbb-git.gitlab.io/icmake/ https://gitlab.com/fbb-git/icmake"
25 SRC_URI="https://gitlab.com/fbb-git/${PN}/-/archive/${PV}/${P}.tar.gz"
26
27 LICENSE="GPL-3"