commit: 3f8db64fe272c18bf662da69a989fccf7b9c9b04 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun May 5 16:49:00 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 5 18:56:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8db64f
app-misc/cdctl: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/cdctl/cdctl-0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/cdctl/cdctl-0.16.ebuild b/app-misc/cdctl/cdctl-0.16.ebuild index 7b4231acbf96..85b762bd80fc 100644 --- a/app-misc/cdctl/cdctl-0.16.ebuild +++ b/app-misc/cdctl/cdctl-0.16.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="Utility to control your cd/dvd drive" -HOMEPAGE="http://cdctl.sourceforge.net/" +HOMEPAGE="https://cdctl.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/cdctl/${P}.tar.gz" S="${WORKDIR}/${PN}"
