diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:23:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:00 +0200 |
commit | 12d9889b0a3d9284433745f84a005b369c03da00 (patch) | |
tree | 5f881f99210902a016609b22ecb3580253cb758c /media-sound/daudio | |
parent | media-sound/combine_wave: update HOMEPAGE, SRC_URI and fix LICENSE (diff) | |
download | gentoo-12d9889b0a3d9284433745f84a005b369c03da00.tar.gz gentoo-12d9889b0a3d9284433745f84a005b369c03da00.tar.bz2 gentoo-12d9889b0a3d9284433745f84a005b369c03da00.zip |
media-sound/daudio: 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/daudio')
-rw-r--r-- | media-sound/daudio/daudio-0.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/daudio/daudio-0.3-r1.ebuild b/media-sound/daudio/daudio-0.3-r1.ebuild index 0f7ca5bea943..4c1b0fe4036f 100644 --- a/media-sound/daudio/daudio-0.3-r1.ebuild +++ b/media-sound/daudio/daudio-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="Distributed audio on the local network" -HOMEPAGE="http://daudio.sourceforge.net/" +HOMEPAGE="https://daudio.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" # -sparc: 0.3: static audio on local daemon. No audio when client connects to amd64 daemon KEYWORDS="amd64 ~ppc -sparc x86" |