diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-03-08 09:23:05 +0100 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2022-03-14 07:39:34 +0100 |
commit | d2551634100c806d98ce6e239ca023f74679d664 (patch) | |
tree | d53e854323cca3753e30b1c5538034d63a4db753 /net-misc/kea | |
parent | dev-ruby/jmespath: add 1.6.1 (diff) | |
download | gentoo-d2551634100c806d98ce6e239ca023f74679d664.tar.gz gentoo-d2551634100c806d98ce6e239ca023f74679d664.tar.bz2 gentoo-d2551634100c806d98ce6e239ca023f74679d664.zip |
net-misc/kea: https for HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24447
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'net-misc/kea')
-rw-r--r-- | net-misc/kea/kea-1.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kea/kea-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kea/kea-1.9.11.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kea/kea-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/kea/kea-1.8.2-r1.ebuild b/net-misc/kea/kea-1.8.2-r1.ebuild index 7da321e5b818..1a33c637752a 100644 --- a/net-misc/kea/kea-1.8.2-r1.ebuild +++ b/net-misc/kea/kea-1.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" -HOMEPAGE="http://www.isc.org/kea/" +HOMEPAGE="https://www.isc.org/kea/" inherit autotools systemd tmpfiles diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild index 0300cc956210..7bf6f71daf2a 100644 --- a/net-misc/kea/kea-1.8.2.ebuild +++ b/net-misc/kea/kea-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" -HOMEPAGE="http://www.isc.org/kea/" +HOMEPAGE="https://www.isc.org/kea/" if [[ ${PV} = 9999* ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/isc-projects/kea.git" diff --git a/net-misc/kea/kea-1.9.11.ebuild b/net-misc/kea/kea-1.9.11.ebuild index 7a7f2838d8c3..cec8274fa82c 100644 --- a/net-misc/kea/kea-1.9.11.ebuild +++ b/net-misc/kea/kea-1.9.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" -HOMEPAGE="http://www.isc.org/kea/" +HOMEPAGE="https://www.isc.org/kea/" inherit autotools systemd tmpfiles diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild index 0d9eaa837ee0..9f241b088227 100644 --- a/net-misc/kea/kea-9999.ebuild +++ b/net-misc/kea/kea-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" -HOMEPAGE="http://www.isc.org/kea/" +HOMEPAGE="https://www.isc.org/kea/" inherit autotools systemd tmpfiles |