From e8e5331c8e9dec82a6741b2f8f6b93b840d61407 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 22 Dec 2023 22:04:31 +0100 Subject: [PATCH] net-analyzer/cryptcat: use https Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- net-analyzer/cryptcat/cryptcat-1.2.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/cryptcat/cryptcat-1.2.1-r2.ebuild b/net-analyzer/cryptcat/cryptcat-1.2.1-r2.ebuild index a3d959ea9cbe0..f60626e479c67 100644 --- a/net-analyzer/cryptcat/cryptcat-1.2.1-r2.ebuild +++ b/net-analyzer/cryptcat/cryptcat-1.2.1-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="netcat clone extended with twofish encryption" -HOMEPAGE="http://cryptcat.sourceforge.net/" +DESCRIPTION="Netcat clone extended with twofish encryption" +HOMEPAGE="https://cryptcat.sourceforge.io" SRC_URI="mirror://sourceforge/${PN}/${PN}-unix-${PV}.tar" S="${WORKDIR}"/unix