diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:55:57 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:08 +0200 |
commit | ba7db1e9d4baf31fda1b1c320deb7042e132dd1b (patch) | |
tree | dc88363886b81b63717a8d505e6b699a7755031d /media-sound/splay | |
parent | media-sound/sox: use HTTPS (diff) | |
download | gentoo-ba7db1e9d4baf31fda1b1c320deb7042e132dd1b.tar.gz gentoo-ba7db1e9d4baf31fda1b1c320deb7042e132dd1b.tar.bz2 gentoo-ba7db1e9d4baf31fda1b1c320deb7042e132dd1b.zip |
media-sound/splay: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/splay')
-rw-r--r-- | media-sound/splay/splay-0.9.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/splay/splay-0.9.5.2-r2.ebuild b/media-sound/splay/splay-0.9.5.2-r2.ebuild index df9a369f7c09..27fbf22ba608 100644 --- a/media-sound/splay/splay-0.9.5.2-r2.ebuild +++ b/media-sound/splay/splay-0.9.5.2-r2.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools flag-o-matic DESCRIPTION="An audio player, primarily for the console" -HOMEPAGE="http://splay.sourceforge.net/" -SRC_URI="http://splay.sourceforge.net/tgz/${P}.tar.gz" +HOMEPAGE="https://splay.sourceforge.net/" +SRC_URI="https://splay.sourceforge.net/tgz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |