diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-22 22:17:58 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:16:28 +0100 |
commit | cb9ff0ff5f9260190e996a0ee4032a2534b63c2f (patch) | |
tree | e9e3a7ab02eb7e9cd707447695500ae822546627 /net-analyzer/odhcploc | |
parent | net-analyzer/nsat: use https, fix LICENSE (diff) | |
download | gentoo-cb9ff0ff5f9260190e996a0ee4032a2534b63c2f.tar.gz gentoo-cb9ff0ff5f9260190e996a0ee4032a2534b63c2f.tar.bz2 gentoo-cb9ff0ff5f9260190e996a0ee4032a2534b63c2f.zip |
net-analyzer/odhcploc: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/odhcploc')
-rw-r--r-- | net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild index 57f948763029..5c4e1b3c9e95 100644 --- a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild +++ b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs DESCRIPTION="Open DHCP Locator" -HOMEPAGE="http://odhcploc.sourceforge.net/" +HOMEPAGE="https://odhcploc.sourceforge.io" SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz" LICENSE="ISC" diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild index c3f0850644e0..959b386e9a07 100644 --- a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild +++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Open DHCP Locator" -HOMEPAGE="http://odhcploc.sourceforge.net/" +HOMEPAGE="https://odhcploc.sourceforge.io" SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz" LICENSE="ISC" |