From 65ad64b69d2c596ea88a21460ff2e83e8a47de8c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 22 Dec 2023 22:12:30 +0100 Subject: [PATCH] net-analyzer/labrea: use https, fix LICENSE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- net-analyzer/labrea/labrea-2.5_p1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/labrea/labrea-2.5_p1.ebuild b/net-analyzer/labrea/labrea-2.5_p1.ebuild index 9906ae64ea982..2e1cbb89bd395 100644 --- a/net-analyzer/labrea/labrea-2.5_p1.ebuild +++ b/net-analyzer/labrea/labrea-2.5_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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 DESCRIPTION="'Sticky' Honeypot and IDS" -HOMEPAGE="http://labrea.sourceforge.net/" +HOMEPAGE="https://labrea.sourceforge.io" SRC_URI="mirror://sourceforge/${PN}/${P/_p*}-stable-${PV/*_p}.tar.gz" S="${WORKDIR}/${P/_p/-stable-}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86"