diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:22:08 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:00 +0200 |
commit | 7d4962386d086cbb53674cd140417d4a55330003 (patch) | |
tree | 1346528453acc17bd238ac36a20b4513eac18623 /media-sound | |
parent | media-sound/chordii: use HTTPS, fix LICENSE (diff) | |
download | gentoo-7d4962386d086cbb53674cd140417d4a55330003.tar.gz gentoo-7d4962386d086cbb53674cd140417d4a55330003.tar.bz2 gentoo-7d4962386d086cbb53674cd140417d4a55330003.zip |
media-sound/combine_wave: update HOMEPAGE, SRC_URI and fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/combine_wave/combine_wave-0.3.1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/combine_wave/combine_wave-0.3.1-r2.ebuild b/media-sound/combine_wave/combine_wave-0.3.1-r2.ebuild index ff73a2b87cd2..cb9d1a4bdea1 100644 --- a/media-sound/combine_wave/combine_wave-0.3.1-r2.ebuild +++ b/media-sound/combine_wave/combine_wave-0.3.1-r2.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 @@ -6,10 +6,10 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="sync up 2 audio ch. and/or combine 2 mono audio ch. into one stereo wave ch" -HOMEPAGE="http://panteltje.com/panteltje/dvd/" -SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz" +HOMEPAGE="https://www.panteltje.nl/panteltje/dvd/index.html" +SRC_URI="https://www.panteltje.nl/panteltje/dvd/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |