commit: 513c218f3a387f9ecdd1f6ee199f9dd2dc2c509d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jun 18 08:49:11 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 06:47:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513c218f
media-libs/libsbsms: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/libsbsms/libsbsms-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsbsms/libsbsms-2.3.0.ebuild b/media-libs/libsbsms/libsbsms-2.3.0.ebuild index eba1a0570529..0f56d4b1f4c1 100644 --- a/media-libs/libsbsms/libsbsms-2.3.0.ebuild +++ b/media-libs/libsbsms/libsbsms-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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 autotools DESCRIPTION="A library for high quality time and pitch scale modification" -HOMEPAGE="https://github.com/claytonotey/libsbsms http://sbsms.sourceforge.net/" +HOMEPAGE="https://github.com/claytonotey/libsbsms https://sbsms.sourceforge.net/" SRC_URI="https://github.com/claytonotey/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"
