media-sound/soundconverter: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 23 Mar 2019 22:02:23 +0000 (23:02 +0100)
committerAaron Bauman <bman@gentoo.org>
Tue, 26 Mar 2019 18:52:17 +0000 (14:52 -0400)
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>
media-sound/soundconverter/soundconverter-3.0.0.ebuild

index da78a4cd53e2ca1a23f934147aeba3982b0af930..80a65a5310132874e969115819ebf915440e6ea5 100644 (file)
@@ -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}"