diff options
author | 2023-10-29 18:05:26 +0100 | |
---|---|---|
committer | 2023-11-22 11:55:30 +0100 | |
commit | 4615949339eb70c0b99cc1e5ddf7ddb49849469d (patch) | |
tree | 4486c876926cb2d18454527a0e831647d7cb0ad3 /net-analyzer | |
parent | sys-apps/cciss_vol_status: EAPI8, ebuild improvements (diff) | |
download | gentoo-4615949339eb70c0b99cc1e5ddf7ddb49849469d.tar.gz gentoo-4615949339eb70c0b99cc1e5ddf7ddb49849469d.tar.bz2 gentoo-4615949339eb70c0b99cc1e5ddf7ddb49849469d.zip |
net-analyzer/arpoison: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild index 625d227a73fc..adb0567ef881 100644 --- a/net-analyzer/arpoison/arpoison-0.7.ebuild +++ b/net-analyzer/arpoison/arpoison-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="A utility to poison ARP caches" -HOMEPAGE="http://arpoison.sourceforge.net/ http://www.arpoison.net/" +DESCRIPTION="Utility to poison ARP caches" +HOMEPAGE="https://arpoison.sourceforge.net/ http://www.arpoison.net/" SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz" LICENSE="GPL-2" |