diff options
author | Sam James <sam@gentoo.org> | 2021-02-05 10:36:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 10:37:32 +0000 |
commit | 5563eec12b9c99c0dee872cc85922207c8220612 (patch) | |
tree | 2f8ab99dd42807b00f44938afec36816fbc43d89 /net-wireless/hostapd | |
parent | net-misc/chrony: add git to HOMEPAGE (diff) | |
download | gentoo-5563eec12b9c99c0dee872cc85922207c8220612.tar.gz gentoo-5563eec12b9c99c0dee872cc85922207c8220612.tar.bz2 gentoo-5563eec12b9c99c0dee872cc85922207c8220612.zip |
net-wireless/hostapd: HTTPSify HOMEPAGE
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/hostapd-2.9-r3.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/hostapd/hostapd-2.9-r3.ebuild b/net-wireless/hostapd/hostapd-2.9-r3.ebuild index 61cac6a1e0c0..ba66452e1f5d 100644 --- a/net-wireless/hostapd/hostapd-2.9-r3.ebuild +++ b/net-wireless/hostapd/hostapd-2.9-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs systemd savedconfig DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" -HOMEPAGE="http://w1.fi" +HOMEPAGE="https://w1.fi" EXTRAS_VER="2.7-r2" EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras" SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz" diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild index 97a5fee6569a..530b6722d406 100644 --- a/net-wireless/hostapd/hostapd-9999.ebuild +++ b/net-wireless/hostapd/hostapd-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs systemd savedconfig DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" -HOMEPAGE="http://w1.fi" +HOMEPAGE="https://w1.fi" EXTRAS_VER="2.7-r2" EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras" SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz" |