From: Michael Mair-Keimberger Date: Sat, 23 Mar 2019 22:02:23 +0000 (+0100) Subject: media-sound/soundconverter: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55e42015304628adb93ef97a51ec5aecdb1eca52;p=gentoo.git media-sound/soundconverter: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11472 Signed-off-by: Aaron Bauman --- 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}"