about summary refs log tree commit diff
path: root/pkgs/tools/system/taskspooler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/taskspooler/default.nix')
-rw-r--r--pkgs/tools/system/taskspooler/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/system/taskspooler/default.nix b/pkgs/tools/system/taskspooler/default.nix
index 9899a9fb3f641..2692595477813 100644
--- a/pkgs/tools/system/taskspooler/default.nix
+++ b/pkgs/tools/system/taskspooler/default.nix
@@ -23,9 +23,10 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Simple single node task scheduler";
-    license = licenses.gpl2Plus;
     homepage = "https://vicerveza.homeunix.net/~viric/wsgi-bin/hgweb.wsgi/ts";
-    platforms = platforms.unix;
+    license = licenses.gpl2Plus;
     maintainers = [ maintainers.sheepforce ];
+    mainProgram = "ts";
+    platforms = platforms.unix;
   };
 }