From: Michael Mair-Keimberger Date: Sat, 25 May 2019 18:25:35 +0000 (+0200) Subject: dev-lang/jsonnet: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=43a82ea5732b6fb3aefbc1986a9f2944f613c6ca;p=gentoo.git dev-lang/jsonnet: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/12104 Signed-off-by: Aaron Bauman --- 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"