summaryrefslogtreecommitdiff
path: root/sys-firmware/seabios/seabios-1.7.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-firmware/seabios/seabios-1.7.5-r1.ebuild')
-rw-r--r--sys-firmware/seabios/seabios-1.7.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild b/sys-firmware/seabios/seabios-1.7.5-r1.ebuild
index 678a65fc5f6..fde584854fe 100644
--- a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild
+++ b/sys-firmware/seabios/seabios-1.7.5-r1.ebuild
@@ -20,9 +20,9 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
inherit git-2
else
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz )
+ SRC_URI="!binary? ( https://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz )
binary? (
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
+ https://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
seavgabios? (
mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1_all.deb
)
@@ -31,7 +31,7 @@ else
fi
DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
+HOMEPAGE="https://www.seabios.org/"
LICENSE="LGPL-3 GPL-3"
SLOT="0"