about summary refs log tree commit diff
path: root/pkgs/applications/kde/ktimer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ktimer.nix')
-rw-r--r--pkgs/applications/kde/ktimer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ktimer.nix b/pkgs/applications/kde/ktimer.nix
index aa755f35ce436..bdb8f2c687b14 100644
--- a/pkgs/applications/kde/ktimer.nix
+++ b/pkgs/applications/kde/ktimer.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "ktimer";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/utilities/org.kde.ktimer";
-    description = "KTimer is a little tool to execute programs after some time";
+    description = "A little tool to execute programs after some time";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;