diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-22 22:21:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:16:29 +0100 |
commit | 8a4903cbecc476a75b82a39c94e3e754cbcb098c (patch) | |
tree | 43b51a0e183dfee760fdd1462d12694cf910b00b /net-analyzer/pbnj | |
parent | net-analyzer/oinkmaster: use https (diff) | |
download | gentoo-8a4903cbecc476a75b82a39c94e3e754cbcb098c.tar.gz gentoo-8a4903cbecc476a75b82a39c94e3e754cbcb098c.tar.bz2 gentoo-8a4903cbecc476a75b82a39c94e3e754cbcb098c.zip |
net-analyzer/pbnj: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34430
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/pbnj')
-rw-r--r-- | net-analyzer/pbnj/pbnj-2.04-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/pbnj/pbnj-2.04-r1.ebuild b/net-analyzer/pbnj/pbnj-2.04-r1.ebuild index e62cc418dda4..a2a0e1595cf1 100644 --- a/net-analyzer/pbnj/pbnj-2.04-r1.ebuild +++ b/net-analyzer/pbnj/pbnj-2.04-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 perl-module -DESCRIPTION="A tool for running Nmap scans and diff'ing the results" -HOMEPAGE="http://pbnj.sourceforge.net/" +DESCRIPTION="Tool for running Nmap scans and diff'ing the results" +HOMEPAGE="https://pbnj.sourceforge.net/" SRC_URI="mirror://sourceforge/pbnj/${P}.tar.bz2" LICENSE="GPL-2" |