diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:45:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:06 +0200 |
commit | 4d7b4695f20932c50d95d73cc9d2fefd891e81fb (patch) | |
tree | 422eb7b9682b9d5b7a17bba6dd736745e968ddef /media-sound/pwavecat | |
parent | media-sound/multimux: use HTTPS, fix LICENSE (diff) | |
download | gentoo-4d7b4695f20932c50d95d73cc9d2fefd891e81fb.tar.gz gentoo-4d7b4695f20932c50d95d73cc9d2fefd891e81fb.tar.bz2 gentoo-4d7b4695f20932c50d95d73cc9d2fefd891e81fb.zip |
media-sound/pwavecat: 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/pwavecat')
-rw-r--r-- | media-sound/pwavecat/pwavecat-0.4.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/pwavecat/pwavecat-0.4.5.ebuild b/media-sound/pwavecat/pwavecat-0.4.5.ebuild index f49e51ba3f36..284b2e17ce75 100644 --- a/media-sound/pwavecat/pwavecat-0.4.5.ebuild +++ b/media-sound/pwavecat/pwavecat-0.4.5.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="concatenates any number of audio files to stdout" -HOMEPAGE="http://panteltje.com/panteltje/dvd/" -SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz" +DESCRIPTION="Concatenates any number of audio files to stdout" +HOMEPAGE="https://www.panteltje.nl/panteltje/dvd/" +SRC_URI="https://www.panteltje.nl/panteltje/dvd/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |