about summary refs log tree commit diff
path: root/pkgs/applications/misc/termdown/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/termdown/default.nix')
-rw-r--r--pkgs/applications/misc/termdown/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/termdown/default.nix b/pkgs/applications/misc/termdown/default.nix
index f28bd665a5e1..d2d592dce7e9 100644
--- a/pkgs/applications/misc/termdown/default.nix
+++ b/pkgs/applications/misc/termdown/default.nix
@@ -22,6 +22,7 @@ buildPythonApplication rec {
 
   meta = with lib; {
     description = "Starts a countdown to or from TIMESPEC";
+    mainProgram = "termdown";
     longDescription = "Countdown timer and stopwatch in your terminal";
     homepage = "https://github.com/trehn/termdown";
     license = licenses.gpl3;