Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
Date: Sat, 28 Sep 2019 02:59:24
Message-Id: 1569639462.34179ff46ca8be6356e5993005cc71c0f2ef05a2.radhermit@gentoo
1 commit: 34179ff46ca8be6356e5993005cc71c0f2ef05a2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 02:57:42 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 02:57:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34179ff4
7
8 app-misc/jq: update HOMEPAGE redirect
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-misc/jq/jq-1.6-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
16 index 4207cef20c7..5517556e8d5 100644
17 --- a/app-misc/jq/jq-1.6-r3.ebuild
18 +++ b/app-misc/jq/jq-1.6-r3.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 inherit autotools
21
22 DESCRIPTION="A lightweight and flexible command-line JSON processor"
23 -HOMEPAGE="https://stedolan.github.com/jq/"
24 +HOMEPAGE="https://stedolan.github.io/jq/"
25 SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
26
27 LICENSE="MIT CC-BY-3.0"