From 1c5f20bd9b4d4e5977be9f6e3a25b84609d0edac Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 1 Apr 2019 12:11:21 +0200 Subject: [PATCH] dev-java/boot-bin: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11562 Signed-off-by: Aaron Bauman --- 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 91fe6b68b918..8e700cc2e66e 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 -- 2.26.2