diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:03:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:05 +0200 |
commit | 65777851424d0b94185e9dbd678623d47a6726bd (patch) | |
tree | 8298eadece534f9f5999cf821c6f225012b14406 /media-sound/mp3wrap | |
parent | media-sound/mp3unicode: update HOMEPAGE, fix SRC_URI (diff) | |
download | gentoo-65777851424d0b94185e9dbd678623d47a6726bd.tar.gz gentoo-65777851424d0b94185e9dbd678623d47a6726bd.tar.bz2 gentoo-65777851424d0b94185e9dbd678623d47a6726bd.zip |
media-sound/mp3wrap: 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/mp3wrap')
-rw-r--r-- | media-sound/mp3wrap/mp3wrap-0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mp3wrap/mp3wrap-0.5.ebuild b/media-sound/mp3wrap/mp3wrap-0.5.ebuild index 02ef4c9ca59b..f863595ef8eb 100644 --- a/media-sound/mp3wrap/mp3wrap-0.5.ebuild +++ b/media-sound/mp3wrap/mp3wrap-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,9 +7,9 @@ inherit autotools DESCRIPTION="Command-line utility that wraps multiple mp3 files into one large playable mp3" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" -HOMEPAGE="http://mp3wrap.sourceforge.net/" +HOMEPAGE="https://mp3wrap.sourceforge.net/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" |