Skip to content

Commit

Permalink
sys-boot/grml-rescueboot: http -> httpS
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Zdanevich <[email protected]>
  • Loading branch information
vitaly-zdanevich committed Jun 29, 2024
1 parent c950092 commit b9559a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9559a7

Please sign in to comment.