diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:52:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:07 +0200 |
commit | 58a8726706aaa0c90d7bd55bb51b0afbb50bfe9b (patch) | |
tree | 231e647f074c9db08a42a4d764175563fce1a2fc /media-sound/sidplay | |
parent | media-sound/rip: use HTTPS, fix LICENSE (diff) | |
download | gentoo-58a8726706aaa0c90d7bd55bb51b0afbb50bfe9b.tar.gz gentoo-58a8726706aaa0c90d7bd55bb51b0afbb50bfe9b.tar.bz2 gentoo-58a8726706aaa0c90d7bd55bb51b0afbb50bfe9b.zip |
media-sound/sidplay: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild index 231c5b2d8bd8..a9862b89b885 100644 --- a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C64 SID player" -HOMEPAGE="http://sidplay2.sourceforge.net/" +HOMEPAGE="https://sidplay2.sourceforge.net/" SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" IUSE="" |