about summary refs log tree commit diff
path: root/pkgs/tools/system/ts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ts/default.nix')
-rw-r--r--pkgs/tools/system/ts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index 8e65eda8f5406..cad1230ac87a9 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
-    description = "task spooler - batch queue";
+    description = "Task spooler - batch queue";
     license = licenses.gpl2;
     maintainers = with maintainers; [ viric ];
     platforms = platforms.all;