sys-boot/grml-rescueboot: http -> httpS

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-06-29 05:23:16 +04:00
parent c950092ace
commit b9559a7e45

View File

@@ -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"