about summary refs log tree commit diff
path: root/pkgs/tools/security/gnupg/21.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/gnupg/21.nix')
-rw-r--r--pkgs/tools/security/gnupg/21.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix
index 6119f708070dc..a1cbcb458c597 100644
--- a/pkgs/tools/security/gnupg/21.nix
+++ b/pkgs/tools/security/gnupg/21.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = http://gnupg.org;
-    description = "a complete and free implementation of the OpenPGP standard";
+    description = "A complete and free implementation of the OpenPGP standard";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ wkennington peti fpletz ];
     platforms = platforms.all;