From b9559a7e45fad1e1f3e24666ca086fc0176ad123 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sat, 29 Jun 2024 05:23:16 +0400 Subject: [PATCH] sys-boot/grml-rescueboot: http -> httpS Signed-off-by: Vitaly Zdanevich --- sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild index 9673a628c7..d5ef3ff124 100644 --- a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild +++ b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild @@ -6,9 +6,9 @@ EAPI=8 inherit unpacker DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu" -HOMEPAGE="http://wiki.grml.org/doku.php?id=rescueboot" +HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot" -SRC_URI="http://deb.grml.org/pool/main/g/${PN}/${PN}_${PV}_all.deb" +SRC_URI="https://deb.grml.org/pool/main/g/${PN}/${PN}_${PV}_all.deb" S="${WORKDIR}" LICENSE="GPL-2"