gnupg: improve conformance of meta.description to Nixpkgs guidelines

Changed files
+1 -1
pkgs
tools
security
gnupg
+1 -1
pkgs/tools/security/gnupg/default.nix
···
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 = ''