commit: f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh> AuthorDate: Wed May 26 11:07:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 31 11:37:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5443a
app-crypt/tpm2-tss-engine: fix HOMEPAGE Closes: https://bugs.gentoo.org/792231 Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh> Package-Manager: Portage-3.0.18, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/20996 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild index 3a7aa01ae00..00b662bda57 100644 --- a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild +++ b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools bash-completion-r1 DESCRIPTION="OpenSSL Engine for TPM2 devices" -HOMEPAGE="https://github.com/tpm2-software/tpm2-tools" +HOMEPAGE="https://github.com/tpm2-software/tpm2-tss-engine" SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD"