diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:47:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:59 +0200 |
commit | ea46f64648d172e5a8400e844d3417d0f8c0b1fc (patch) | |
tree | aa1ab4dd46dbf87e30881c407dd7561715520cde /games-util | |
parent | games-util/ucon64: use HTTPS (diff) | |
download | gentoo-ea46f64648d172e5a8400e844d3417d0f8c0b1fc.tar.gz gentoo-ea46f64648d172e5a8400e844d3417d0f8c0b1fc.tar.bz2 gentoo-ea46f64648d172e5a8400e844d3417d0f8c0b1fc.zip |
games-util/vispatch: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/vispatch/vispatch-1.4.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |