diff options
author | 2023-07-10 14:57:03 +0200 | |
---|---|---|
committer | 2023-07-12 20:35:49 +0200 | |
commit | 18608bfe4dd17e8098fe571836b72d5691767a14 (patch) | |
tree | c368b6096b2bde667df8dfd9a602ef815fcd7898 /games-puzzle | |
parent | games-puzzle/tiny-and-big: update HOMEPAGE (diff) | |
download | gentoo-18608bfe4dd17e8098fe571836b72d5691767a14.tar.gz gentoo-18608bfe4dd17e8098fe571836b72d5691767a14.tar.bz2 gentoo-18608bfe4dd17e8098fe571836b72d5691767a14.zip |
games-puzzle/toppler: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/toppler/toppler-1.1.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/toppler/toppler-1.1.6-r2.ebuild b/games-puzzle/toppler/toppler-1.1.6-r2.ebuild index 08ec6d310bb3..22c6128f577c 100644 --- a/games-puzzle/toppler/toppler-1.1.6-r2.ebuild +++ b/games-puzzle/toppler/toppler-1.1.6-r2.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=8 @@ -6,10 +6,10 @@ EAPI=8 inherit autotools DESCRIPTION="Reimplementation of Nebulous using SDL" -HOMEPAGE="http://toppler.sourceforge.net/" +HOMEPAGE="https://gitlab.com/roever/toppler/" SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" |