about summary refs log tree commit diff
path: root/pkgs/tools/security/gnupg
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-10 11:41:21 +0200
committerPeter Simons <simons@cryp.to>2013-10-10 11:41:21 +0200
commit60f9e092e348bc64dfc8d57744fc7b7858c2432c (patch)
tree3d36096294dd7747ad3aa300b463a4d605d9bf9a /pkgs/tools/security/gnupg
parent9f65946e5f2a689ce2fa454e2e6d83b0315f26e1 (diff)
downloadnixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar.gz
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar.bz2
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar.lz
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar.xz
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.tar.zst
nixlib-60f9e092e348bc64dfc8d57744fc7b7858c2432c.zip
gnupg: improve conformance of meta.description to Nixpkgs guidelines
Diffstat (limited to 'pkgs/tools/security/gnupg')
-rw-r--r--pkgs/tools/security/gnupg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnupg/default.nix b/pkgs/tools/security/gnupg/default.nix
index dec9fc6a618b..f242c3f323ae 100644
--- a/pkgs/tools/security/gnupg/default.nix
+++ b/pkgs/tools/security/gnupg/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://gnupg.org/";
-    description = "GNU Privacy Guard (GnuPG), GNU Project's implementation of the OpenPGP standard";
+    description = "free implementation of the OpenPGP standard for encrypting and signing data";
     license = stdenv.lib.licenses.gpl3Plus;
 
     longDescription = ''