From 43a82ea5732b6fb3aefbc1986a9f2944f613c6ca Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 25 May 2019 20:25:35 +0200 Subject: [PATCH] dev-lang/jsonnet: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/12104 Signed-off-by: Aaron Bauman --- dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild index e021db68f24d..ba69cbeb09ac 100644 --- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_6 python3_7 ) inherit toolchain-funcs distutils-r1 DESCRIPTION="A data templating language for app and tool developers " -HOMEPAGE="http://jsonnet.org/" +HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="python" -- 2.26.2