From 20313b74417fef39a58b7cfeeaf637d3069c510f Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 18 Jul 2023 16:12:38 +0000 Subject: app-crypt/aespipe: use https:// schema As recommended by repology ref: https://repology.org/repository/gentoo/problems Signed-off-by: luzpaz Signed-off-by: Sam James --- app-crypt/aespipe/aespipe-2.4e.ebuild | 4 ++-- app-crypt/aespipe/aespipe-2.4f.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-crypt/aespipe') diff --git a/app-crypt/aespipe/aespipe-2.4e.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild index ce3262e38b3f..976a4bd9c952 100644 --- a/app-crypt/aespipe/aespipe-2.4e.ebuild +++ b/app-crypt/aespipe/aespipe-2.4e.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit flag-o-matic DESCRIPTION="Encrypts data from stdin to stdout" -HOMEPAGE="http://loop-aes.sourceforge.net" -SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" +HOMEPAGE="https://loop-aes.sourceforge.net" +SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild index cec3f4bd82d4..69644e21d52b 100644 --- a/app-crypt/aespipe/aespipe-2.4f.ebuild +++ b/app-crypt/aespipe/aespipe-2.4f.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit flag-o-matic DESCRIPTION="Encrypts data from stdin to stdout" -HOMEPAGE="http://loop-aes.sourceforge.net" -SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" +HOMEPAGE="https://loop-aes.sourceforge.net" +SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad