summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-05 18:49:00 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-05-05 20:56:06 +0200
commit3f8db64fe272c18bf662da69a989fccf7b9c9b04 (patch)
treee45ff21d915d526f0050d0d3ab641a53dcb28e31 /app-misc/cdctl
parentapp-forensics/foremost: use HTTPS (diff)
downloadgentoo-3f8db64fe272c18bf662da69a989fccf7b9c9b04.tar.gz
gentoo-3f8db64fe272c18bf662da69a989fccf7b9c9b04.tar.bz2
gentoo-3f8db64fe272c18bf662da69a989fccf7b9c9b04.zip
app-misc/cdctl: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r--app-misc/cdctl/cdctl-0.16.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"