diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-22 22:15:23 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:16:28 +0100 |
commit | a3b0e45700c1d241e638721a7ec15dd4d95c7c41 (patch) | |
tree | 4fcd1ba84a0d547bdedb48bf7db3c57cc3dc1608 /net-analyzer | |
parent | net-analyzer/labrea: use https, fix LICENSE (diff) | |
download | gentoo-a3b0e45700c1d241e638721a7ec15dd4d95c7c41.tar.gz gentoo-a3b0e45700c1d241e638721a7ec15dd4d95c7c41.tar.bz2 gentoo-a3b0e45700c1d241e638721a7ec15dd4d95c7c41.zip |
net-analyzer/nsat: use https, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nsat/nsat-1.5-r6.ebuild b/net-analyzer/nsat/nsat-1.5-r6.ebuild index 0817289a2e6c..af4492f250c8 100644 --- a/net-analyzer/nsat/nsat-1.5-r6.ebuild +++ b/net-analyzer/nsat/nsat-1.5-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,11 +6,11 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="Network Security Analysis Tool, an application-level network security scanner" -HOMEPAGE="http://nsat.sourceforge.net/" +HOMEPAGE="https://nsat.sourceforge.net/" SRC_URI="mirror://sourceforge/nsat/${P}.tgz" S="${WORKDIR}/${PN}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="X" |