Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/
Date: Sat, 02 Jun 2018 00:57:05
Message-Id: 1527901009.62afac75f12a50cd6fa2c140e7a257e4a2a05b94.bman@gentoo
1 commit: 62afac75f12a50cd6fa2c140e7a257e4a2a05b94
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:27:46 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 00:56:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62afac75
7
8 dev-libs/libfastjson: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8677
11
12 dev-libs/libfastjson/libfastjson-0.99.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
16 index 97b560002f2..0001b9be630 100644
17 --- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
18 +++ b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
19 @@ -6,7 +6,7 @@ EAPI="6"
20 inherit autotools
21
22 DESCRIPTION="Fork of the json-c library, which is optimized for liblognorm processing"
23 -HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/"
24 +HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/"
25 SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
26 LICENSE="MIT"
27 SLOT="0/4.2.0"