diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:51:27 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:03 +0200 |
commit | ff9e1aff28f436d843a839e43c19522eb955e968 (patch) | |
tree | 1f1c3089fcac59f16efb26050a0aa72f446eb88a /media-sound/mmix | |
parent | media-sound/mikmod: use HTTPS, fix LICENSE (diff) | |
download | gentoo-ff9e1aff28f436d843a839e43c19522eb955e968.tar.gz gentoo-ff9e1aff28f436d843a839e43c19522eb955e968.tar.bz2 gentoo-ff9e1aff28f436d843a839e43c19522eb955e968.zip |
media-sound/mmix: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/mmix')
-rw-r--r-- | media-sound/mmix/mmix-0.3-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/mmix/mmix-0.3-r1.ebuild b/media-sound/mmix/mmix-0.3-r1.ebuild index f00dba606ab5..7f990d1aa054 100644 --- a/media-sound/mmix/mmix-0.3-r1.ebuild +++ b/media-sound/mmix/mmix-0.3-r1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2019 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 soundcard mixer for the OSS driver" -HOMEPAGE="http://www.mcmilk.de/projects/mmix/" -SRC_URI="http://www.mcmilk.de/projects/${PN}/dl/${P}.tar.bz2" +DESCRIPTION="Soundcard mixer for the OSS driver" +HOMEPAGE="https://www.mcmilk.de/projects/mmix/" +SRC_URI="https://www.mcmilk.de/projects/${PN}/dl/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # media-sound/mmix and dev-lang/mmix both install 'mmix' binary, bug #426874 RDEPEND="" |