commit: 20313b74417fef39a58b7cfeeaf637d3069c510f Author: luzpaz <luzpaz <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Jul 18 16:12:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 18 16:47:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20313b74
app-crypt/aespipe: use https:// schema As recommended by repology ref: https://repology.org/repository/gentoo/problems Signed-off-by: luzpaz <luzpaz <AT> users.noreply.github.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/aespipe/aespipe-2.4e.ebuild | 4 ++-- app-crypt/aespipe/aespipe-2.4f.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"
