commit: 1c5f20bd9b4d4e5977be9f6e3a25b84609d0edac Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Apr 1 10:11:21 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 21:16:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5f20bd
dev-java/boot-bin: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11562 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-java/boot-bin/boot-bin-2.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/boot-bin/boot-bin-2.7.1.ebuild b/dev-java/boot-bin/boot-bin-2.7.1.ebuild index 91fe6b68b91..8e700cc2e66 100644 --- a/dev-java/boot-bin/boot-bin-2.7.1.ebuild +++ b/dev-java/boot-bin/boot-bin-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ MY_PNV="${MY_PN}-${PV}" GITHUB_USER="boot-clj" DESCRIPTION="Build tooling for Clojure" -HOMEPAGE="http://boot-clj.com/" +HOMEPAGE="https://boot-clj.com/" SRC_URI=" https://github.com/${GITHUB_USER}/${MY_PN}/releases/download/${PV}/${MY_PN}.jar -> ${MY_PNV}.jar https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/README.md -> ${MY_PNV}-README.md