diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:40:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:47 +0200 |
commit | 74659313a417a78a34315aba29e31411a1a8629e (patch) | |
tree | 37665c8f2a9f68f61169c73e82ea7970a250f5b8 /games-puzzle | |
parent | games-puzzle/fbg: use HTTPS (diff) | |
download | gentoo-74659313a417a78a34315aba29e31411a1a8629e.tar.gz gentoo-74659313a417a78a34315aba29e31411a1a8629e.tar.bz2 gentoo-74659313a417a78a34315aba29e31411a1a8629e.zip |
games-puzzle/fish-fillets: 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/fish-fillets/fish-fillets-1.0.1-r100.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/fish-fillets/fish-fillets-1.0.1-r100.ebuild b/games-puzzle/fish-fillets/fish-fillets-1.0.1-r100.ebuild index 6dc60e4f3df2..aef94ac2de03 100644 --- a/games-puzzle/fish-fillets/fish-fillets-1.0.1-r100.ebuild +++ b/games-puzzle/fish-fillets/fish-fillets-1.0.1-r100.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 @@ -9,12 +9,12 @@ inherit autotools desktop lua-single DATA_PV="1.0.0" DESCRIPTION="Underwater puzzle game - find a safe way out" -HOMEPAGE="http://fillets.sourceforge.net/" +HOMEPAGE="https://fillets.sourceforge.net/" SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz" S="${WORKDIR}/fillets-ng-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |