diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:35:45 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:05 +0200 |
commit | 3340f9a247c0a14ee93350755618ff407c371ce4 (patch) | |
tree | 38f3ddd40d1a346f40c64bdf8aece3035301557d /media-sound/mplay | |
parent | media-sound/mpg321: use HTTPS, fix LICENSE (diff) | |
download | gentoo-3340f9a247c0a14ee93350755618ff407c371ce4.tar.gz gentoo-3340f9a247c0a14ee93350755618ff407c371ce4.tar.bz2 gentoo-3340f9a247c0a14ee93350755618ff407c371ce4.zip |
media-sound/mplay: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/mplay')
-rw-r--r-- | media-sound/mplay/mplay-0.80.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mplay/mplay-0.80.ebuild b/media-sound/mplay/mplay-0.80.ebuild index a3cd7a2a79cf..a889af519a29 100644 --- a/media-sound/mplay/mplay-0.80.ebuild +++ b/media-sound/mplay/mplay-0.80.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="A Curses front-end for mplayer" -HOMEPAGE="http://mplay.sourceforge.net" +DESCRIPTION="Curses front-end for mplayer" +HOMEPAGE="https://mplay.sourceforge.net" SRC_URI="mirror://sourceforge/mplay/${P}.tar.gz" LICENSE="GPL-2" |