aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix b/infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix
index aa755f35ce43..bdb8f2c687b1 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/kde/ktimer.nix
+++ b/infra/libkookie/nixpkgs/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;