diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-23 23:02:23 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:17 -0400 |
commit | 55e42015304628adb93ef97a51ec5aecdb1eca52 (patch) | |
tree | d45af4da56be9b6956906936940fccec312b6125 /media-sound | |
parent | sci-libs/libsigrokdecode: remove unused patch(es) (diff) | |
download | gentoo-55e42015304628adb93ef97a51ec5aecdb1eca52.tar.gz gentoo-55e42015304628adb93ef97a51ec5aecdb1eca52.tar.bz2 gentoo-55e42015304628adb93ef97a51ec5aecdb1eca52.zip |
media-sound/soundconverter: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11472
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/soundconverter/soundconverter-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/soundconverter/soundconverter-3.0.0.ebuild b/media-sound/soundconverter/soundconverter-3.0.0.ebuild index da78a4cd53e2..80a65a531013 100644 --- a/media-sound/soundconverter/soundconverter-3.0.0.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2 python-single-r1 DESCRIPTION="A simple audiofile converter application for the GNOME environment" -HOMEPAGE="http://soundconverter.org/" +HOMEPAGE="https://soundconverter.org/" MY_PV="${PV/_/-}" SRC_URI="https://launchpad.net/${PN}/trunk/${MY_PV}/+download/${PN}-${MY_PV}.tar.xz" S="${WORKDIR}/${PN}-${MY_PV}" |