summary refs log tree commit diff
path: root/pkgs/tools/security/tpm-quote-tools
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:20:43 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:36:34 +0100
commit8df0e0b151475350265304dfa58e9193eea0058b (patch)
treefbc44280f6dc3ea106d293ee2bbee6e3dc829057 /pkgs/tools/security/tpm-quote-tools
parent0e309af732e12b23da0b36c66dbf5d7c1263e3b7 (diff)
downloadnixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.gz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.bz2
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.lz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.xz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.zst
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.zip
Fixed many descriptions
Diffstat (limited to 'pkgs/tools/security/tpm-quote-tools')
-rw-r--r--pkgs/tools/security/tpm-quote-tools/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/tools/security/tpm-quote-tools/default.nix b/pkgs/tools/security/tpm-quote-tools/default.nix
index c178d401154..b294c1c9feb 100644
--- a/pkgs/tools/security/tpm-quote-tools/default.nix
+++ b/pkgs/tools/security/tpm-quote-tools/default.nix
@@ -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 ];