dev-lang/jsonnet: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 25 May 2019 18:25:35 +0000 (20:25 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 29 May 2019 04:03:04 +0000 (00:03 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12104
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-lang/jsonnet/jsonnet-0.12.1.ebuild

index e021db68f24d7900c91b7952f0d2d88ba20a2c03..ba69cbeb09ac4e1e5a9275c50963662149a51804 100644 (file)
@@ -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"