From 60f9e092e348bc64dfc8d57744fc7b7858c2432c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2013 11:41:21 +0200 Subject: [PATCH] gnupg: improve conformance of meta.description to Nixpkgs guidelines --- pkgs/tools/security/gnupg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''