Fixed many descriptions
This commit is contained in:
@@ -11,9 +11,12 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ trousers openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''The TPM Quote Tools is a collection of programs that provide support
|
||||
for TPM based attestation using the TPM quote mechanism. The manual
|
||||
page for tpm_quote_tools provides a usage overview.'';
|
||||
description = "A collection of programs that provide support for TPM based attestation using the TPM quote mechanism";
|
||||
longDescription = ''
|
||||
The TPM Quote Tools is a collection of programs that provide support
|
||||
for TPM based attestation using the TPM quote mechanism. The manual
|
||||
page for tpm_quote_tools provides a usage overview.
|
||||
'';
|
||||
homepage = http://tpmquotetools.sourceforge.net/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ak ];
|
||||
|
||||
Reference in New Issue
Block a user