diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:41:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:47 +0200 |
commit | 38d92869b53e31a365a2eae194870016d5100022 (patch) | |
tree | 8e9128032b0efc8c3a3e58b55df981140a549287 /games-puzzle | |
parent | games-puzzle/fish-fillets: use HTTPS, fix LICENSE (diff) | |
download | gentoo-38d92869b53e31a365a2eae194870016d5100022.tar.gz gentoo-38d92869b53e31a365a2eae194870016d5100022.tar.bz2 gentoo-38d92869b53e31a365a2eae194870016d5100022.zip |
games-puzzle/glightoff: 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-puzzle')
-rw-r--r-- | games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild index 5ef63e773900..9df1e1d2724e 100644 --- a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild +++ b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit gnome2 -DESCRIPTION="A simple (but not so easy to solve!) puzzle game" -HOMEPAGE="http://glightoff.sourceforge.net/" +DESCRIPTION="Simple (but not so easy to solve!) puzzle game" +HOMEPAGE="https://glightoff.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |