diff options
-rw-r--r-- | sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 4 |
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" |