commit: 55e42015304628adb93ef97a51ec5aecdb1eca52 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 23 22:02:23 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 18:52:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e42015
media-sound/soundconverter: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11472 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-sound/soundconverter/soundconverter-3.0.0.ebuild | 4 ++-- 1 file 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 da78a4cd53e..80a65a53101 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}"
