diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 15:09:28 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:33 -0400 |
commit | dc9a1e0408eacc9c7705c9420fda127d8ddae49c (patch) | |
tree | 9898a5ac79f3b364a20be2e8cefc353e0de459fa /net-misc | |
parent | media-sound/volwheel: use HTTPS (diff) | |
download | gentoo-dc9a1e0408eacc9c7705c9420fda127d8ddae49c.tar.gz gentoo-dc9a1e0408eacc9c7705c9420fda127d8ddae49c.tar.bz2 gentoo-dc9a1e0408eacc9c7705c9420fda127d8ddae49c.zip |
net-misc/streamtuner: use HTTPS
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild index ea6fe4889066..a8d6ec3abcd8 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnome2 DESCRIPTION="Stream directory browser for browsing internet radio streams" -HOMEPAGE="http://www.nongnu.org/streamtuner" +HOMEPAGE="https://www.nongnu.org/streamtuner/" SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz https://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff" |