From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-misc/jq/jq-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc/jq/jq-1.4-r1.ebuild') diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild index 418c2e1bc880..2e4fef43f730 100644 --- a/app-misc/jq/jq-1.4-r1.ebuild +++ b/app-misc/jq/jq-1.4-r1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools eutils DESCRIPTION="A lightweight and flexible command-line JSON processor" -HOMEPAGE="http://stedolan.github.com/jq/" +HOMEPAGE="https://stedolan.github.com/jq/" SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz" LICENSE="MIT CC-BY-3.0" -- cgit v1.2.3-65-gdbad