From 38d92869b53e31a365a2eae194870016d5100022 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jul 2023 14:41:36 +0200 Subject: games-puzzle/glightoff: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-puzzle') 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" -- cgit v1.2.3-65-gdbad