about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2022-05-11 16:57:03 -0500
committerGitHub <noreply@github.com>2022-05-11 16:57:03 -0500
commitece15f4fccdef23085b0232d09f15acae3fb7dc9 (patch)
treef0f139c7cf03debb0b6b77830024fa9e9c37fede /pkgs
parent2fbc5d508577f3cd3b9dbd87d12e60c79df4386e (diff)
parent7bf12fe3b5a88016834e3693184e6375cbf4a645 (diff)
Merge pull request #172604 from poelzi/master
kgpg: update description to reflect gnupg
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/kde/kgpg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kgpg.nix b/pkgs/applications/kde/kgpg.nix
index 1590887575b71..3db757b497dd8 100644
--- a/pkgs/applications/kde/kgpg.nix
+++ b/pkgs/applications/kde/kgpg.nix
@@ -19,7 +19,7 @@ mkDerivation {
   '';
   meta = {
     homepage = "https://apps.kde.org/kgpg/";
-    description = "Encryption tool";
+    description = "A KDE based interface for GnuPG, a powerful encryption utility";
     license = [ lib.licenses.gpl2 ];
     maintainers = [ lib.maintainers.ttuegel ];
   };