diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2023-07-18 16:12:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-18 17:47:35 +0100 |
commit | 20313b74417fef39a58b7cfeeaf637d3069c510f (patch) | |
tree | 2f7a584a94503a17bbdc2ac1992586113d262fe5 /app-crypt/aespipe | |
parent | dev-scheme/racket: Stabilize 8.9 x86, #909826 (diff) | |
download | gentoo-20313b74417fef39a58b7cfeeaf637d3069c510f.tar.gz gentoo-20313b74417fef39a58b7cfeeaf637d3069c510f.tar.bz2 gentoo-20313b74417fef39a58b7cfeeaf637d3069c510f.zip |
app-crypt/aespipe: use https:// schema
As recommended by repology
ref: https://repology.org/repository/gentoo/problems
Signed-off-by: luzpaz <luzpaz@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/aespipe-2.4e.ebuild | 4 | ||||
-rw-r--r-- | 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" |