diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:27:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 20:56:49 -0400 |
commit | 62afac75f12a50cd6fa2c140e7a257e4a2a05b94 (patch) | |
tree | 4f900975ce3b36059c18edd3bb54cfcd726d7792 /dev-libs/libfastjson | |
parent | sys-apps/gcp: use HTTPs (diff) | |
download | gentoo-62afac75f12a50cd6fa2c140e7a257e4a2a05b94.tar.gz gentoo-62afac75f12a50cd6fa2c140e7a257e4a2a05b94.tar.bz2 gentoo-62afac75f12a50cd6fa2c140e7a257e4a2a05b94.zip |
dev-libs/libfastjson: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8677
Diffstat (limited to 'dev-libs/libfastjson')
-rw-r--r-- | dev-libs/libfastjson/libfastjson-0.99.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild index 97b560002f22..0001b9be630a 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit autotools DESCRIPTION="Fork of the json-c library, which is optimized for liblognorm processing" -HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/" +HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0/4.2.0" |