diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:55:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:04 +0200 |
commit | 0c2c49ec62fdc11846c250a1429bc2b6ef83f082 (patch) | |
tree | 4c91ffc96b8e5e363c8e053cd1db0d5da723559d /media-sound/mp3report | |
parent | media-sound/mp3gain: use HTTPS, fix LICENSE (diff) | |
download | gentoo-0c2c49ec62fdc11846c250a1429bc2b6ef83f082.tar.gz gentoo-0c2c49ec62fdc11846c250a1429bc2b6ef83f082.tar.bz2 gentoo-0c2c49ec62fdc11846c250a1429bc2b6ef83f082.zip |
media-sound/mp3report: 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/mp3report')
-rw-r--r-- | media-sound/mp3report/mp3report-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mp3report/mp3report-1.0.2.ebuild b/media-sound/mp3report/mp3report-1.0.2.ebuild index 9d7c418407b0..658ceb06508a 100644 --- a/media-sound/mp3report/mp3report-1.0.2.ebuild +++ b/media-sound/mp3report/mp3report-1.0.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Perl script to create an HTML report of MP3 files in a directory" -HOMEPAGE="http://mp3report.sourceforge.net/" +HOMEPAGE="https://mp3report.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |