diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-25 20:25:35 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-29 00:03:04 -0400 |
commit | 43a82ea5732b6fb3aefbc1986a9f2944f613c6ca (patch) | |
tree | e69723346bf8c9232bd0ee1a116e8d705da512bd /dev-lang/jsonnet | |
parent | net-libs/liquid-dsp: use HTTPS (diff) | |
download | gentoo-43a82ea5732b6fb3aefbc1986a9f2944f613c6ca.tar.gz gentoo-43a82ea5732b6fb3aefbc1986a9f2944f613c6ca.tar.bz2 gentoo-43a82ea5732b6fb3aefbc1986a9f2944f613c6ca.zip |
dev-lang/jsonnet: use HTTPS
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>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |