diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-05-26 12:07:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-31 11:37:58 +0000 |
commit | f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d (patch) | |
tree | 99ddd8f3b6f3154a9f39ab2d0ce7b9e542e18485 | |
parent | app-editors/neovim: Fix log level (diff) | |
download | gentoo-f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d.tar.gz gentoo-f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d.tar.bz2 gentoo-f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d.zip |
app-crypt/tpm2-tss-engine: fix HOMEPAGE
Closes: https://bugs.gentoo.org/792231
Signed-off-by: Bertrand Jacquin <bertrand@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@gentoo.org>
-rw-r--r-- | app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild | 4 |
1 files 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 3a7aa01ae008..00b662bda57d 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" |