diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:48:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:59 +0200 |
commit | e96db30291ac4de55f1ae4db142887d2abf7ebbc (patch) | |
tree | 600ab87627cc47a06cb19a0dcd012368d44a7f3f /games-util | |
parent | games-util/vispatch: use HTTPS, fix LICENSE (diff) | |
download | gentoo-e96db30291ac4de55f1ae4db142887d2abf7ebbc.tar.gz gentoo-e96db30291ac4de55f1ae4db142887d2abf7ebbc.tar.bz2 gentoo-e96db30291ac4de55f1ae4db142887d2abf7ebbc.zip |
games-util/wxchtdecoder: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31824
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild index 8e868e7bee79..42ce5c72bb37 100644 --- a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild +++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.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,11 +6,11 @@ EAPI=7 WX_GTK_VER="3.0" inherit wxwidgets -DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text" -HOMEPAGE="http://games.technoplaza.net/chtdecoder/" +DESCRIPTION="Program to decode .CHT files in Snes9x and ZSNES to plain text" +HOMEPAGE="https://games.technoplaza.net/chtdecoder/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |