about summary refs log tree commit diff
path: root/pkgs/applications/kde/ktouch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ktouch.nix')
-rw-r--r--pkgs/applications/kde/ktouch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ktouch.nix b/pkgs/applications/kde/ktouch.nix
index 1a5f14bbc9e3f..18cc2ec0e32f2 100644
--- a/pkgs/applications/kde/ktouch.nix
+++ b/pkgs/applications/kde/ktouch.nix
@@ -13,7 +13,7 @@ mkDerivation {
     homepage = "https://apps.kde.org/ktouch/";
     license = lib.licenses.gpl2;
     maintainers = [ lib.maintainers.schmittlauch ];
-    description = "A touch typing tutor from the KDE software collection";
+    description = "Touch typing tutor from the KDE software collection";
     mainProgram = "ktouch";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools qtdeclarative ];