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 31535af1d7ad7..bc2d6494c1346 100644
--- a/pkgs/applications/kde/ktimer.nix
+++ b/pkgs/applications/kde/ktimer.nix
@@ -4,7 +4,7 @@ mkDerivation {
   pname = "ktimer";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/utilities/org.kde.ktimer";
-    description = "A little tool to execute programs after some time";
+    description = "Little tool to execute programs after some time";
     mainProgram = "ktimer";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;