commit: 6fb88b6ace65250247c689ba2a4fc0ab4c9808f6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 5 05:23:00 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 05:23:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb88b6a
app-crypt/signify: Use HTTPS for HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-crypt/signify/signify-31.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/signify/signify-31.ebuild b/app-crypt/signify/signify-31.ebuild index 9b491af44b8d..7f3e660468a9 100644 --- a/app-crypt/signify/signify-31.ebuild +++ b/app-crypt/signify/signify-31.ebuild @@ -7,7 +7,10 @@ VERIFY_SIG_METHOD="signify" inherit toolchain-funcs verify-sig DESCRIPTION="Cryptographically sign and verify files" -HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify" +HOMEPAGE=" + https://www.openbsd.org/ + https://github.com/aperezdc/signify/ +" SRC_URI=" https://github.com/aperezdc/${PN}/releases/download/v${PV}/${P}.tar.xz verify-sig? (
