diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:42:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:02 +0200 |
commit | 0e3cdc1536784683399f21e0dba68d9df9e6d2e8 (patch) | |
tree | f1b9ec0f4a112e51c88b71a271e1bb724145c47c /media-sound/id3v2 | |
parent | media-sound/icecream: use HTTPS, fix LICENSE (diff) | |
download | gentoo-0e3cdc1536784683399f21e0dba68d9df9e6d2e8.tar.gz gentoo-0e3cdc1536784683399f21e0dba68d9df9e6d2e8.tar.bz2 gentoo-0e3cdc1536784683399f21e0dba68d9df9e6d2e8.zip |
media-sound/id3v2: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/id3v2')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.12-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild index 5b75ae24249b..e36282c17445 100644 --- a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild +++ b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="A command line editor for id3v2 tags" -HOMEPAGE="http://id3v2.sourceforge.net/" +DESCRIPTION="Command line editor for id3v2 tags" +HOMEPAGE="https://id3v2.sourceforge.net/" SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz" LICENSE="LGPL-2.1" |