aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-06-29 05:23:16 +0400
committerVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-06-29 05:23:16 +0400
commitb9559a7e45fad1e1f3e24666ca086fc0176ad123 (patch)
tree29f610acbefa1e74b13829f55c662bea272294c7 /sys-boot
parentsys-boot/grml-rescueboot: remove reduntant unpack_deb (diff)
downloadguru-b9559a7e45fad1e1f3e24666ca086fc0176ad123.tar.gz
guru-b9559a7e45fad1e1f3e24666ca086fc0176ad123.tar.bz2
guru-b9559a7e45fad1e1f3e24666ca086fc0176ad123.zip
sys-boot/grml-rescueboot: http -> httpS
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild4
1 files 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 9673a628c..d5ef3ff12 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"