From ae6176e23129089902c641f6be71e7b562fff64f Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 13 Jan 2023 09:27:38 +0000 Subject: [PATCH] net-misc/spiped: use HTTPS Signed-off-by: Sam James --- net-misc/spiped/spiped-1.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/spiped/spiped-1.6.2-r1.ebuild b/net-misc/spiped/spiped-1.6.2-r1.ebuild index 9067290cf208a..93fb33b8305d6 100644 --- a/net-misc/spiped/spiped-1.6.2-r1.ebuild +++ b/net-misc/spiped/spiped-1.6.2-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="secure pipe daemon" -HOMEPAGE="http://www.tarsnap.com/spiped.html" -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" +HOMEPAGE="https://www.tarsnap.com/spiped.html" +SRC_URI="https://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0"