commit: 68ee367e0a0221f7694a5eaffe9a1da25ed3618d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Jul 7 10:29:41 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 21:53:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ee367e
media-sound/ttaenc: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild index 14a901304cbf..b8825ff3626e 100644 --- a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild +++ b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="True Audio Compressor Software" -HOMEPAGE="http://tta.sourceforge.net" +HOMEPAGE="https://tta.sourceforge.net" SRC_URI="mirror://sourceforge/tta/${P}-src.tgz" S="${WORKDIR}/${P}-src"
