commit:     43a82ea5732b6fb3aefbc1986a9f2944f613c6ca
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 25 18:25:35 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 29 04:03:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a82ea5

dev-lang/jsonnet: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12104
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 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 e021db68f24..ba69cbeb09a 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"
 

Reply via email to