From ea46f64648d172e5a8400e844d3417d0f8c0b1fc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jul 2023 15:47:12 +0200 Subject: games-util/vispatch: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-util/vispatch/vispatch-1.4.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-util/vispatch/vispatch-1.4.6.ebuild') diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild index 7957a68a6ec8..c7cf10c32f10 100644 --- a/games-util/vispatch/vispatch-1.4.6.ebuild +++ b/games-util/vispatch/vispatch-1.4.6.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 toolchain-funcs DESCRIPTION="WaterVIS utility for glquake" -HOMEPAGE="http://vispatch.sourceforge.net/" +HOMEPAGE="https://vispatch.sourceforge.net/" SRC_URI="mirror://sourceforge/vispatch/${P}.tgz" S="${WORKDIR}"/${P}/source -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad