diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:32:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:54 +0200 |
commit | 7713f0a0aad469698532583388ac3f330bc707f0 (patch) | |
tree | 717b9922e657d05ea540906455e4205880cc731e /games-strategy | |
parent | games-strategy/crimson: use HTTPS, fix LICENSE (diff) | |
download | gentoo-7713f0a0aad469698532583388ac3f330bc707f0.tar.gz gentoo-7713f0a0aad469698532583388ac3f330bc707f0.tar.bz2 gentoo-7713f0a0aad469698532583388ac3f330bc707f0.zip |
games-strategy/dopewars: 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-strategy')
-rw-r--r-- | games-strategy/dopewars/dopewars-1.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/dopewars/dopewars-1.6.1.ebuild b/games-strategy/dopewars/dopewars-1.6.1.ebuild index d4b332bb8b2d..91282f1ae840 100644 --- a/games-strategy/dopewars/dopewars-1.6.1.ebuild +++ b/games-strategy/dopewars/dopewars-1.6.1.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,10 +6,10 @@ EAPI=7 inherit autotools desktop toolchain-funcs DESCRIPTION="Re-Write of the game Drug Wars" -HOMEPAGE="http://dopewars.sourceforge.net/" +HOMEPAGE="https://dopewars.sourceforge.net/" SRC_URI="https://github.com/benmwebb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls ncurses gtk gnome sdl" |