about summary refs log tree commit diff
path: root/pkgs/applications/misc/calcure/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/calcure/default.nix')
-rw-r--r--pkgs/applications/misc/calcure/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/calcure/default.nix b/pkgs/applications/misc/calcure/default.nix
index dcd2c62d2185..a9fd65a4d99d 100644
--- a/pkgs/applications/misc/calcure/default.nix
+++ b/pkgs/applications/misc/calcure/default.nix
@@ -32,6 +32,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Modern TUI calendar and task manager with minimal and customizable UI";
+    mainProgram = "calcure";
     homepage = "https://github.com/anufrievroman/calcure";
     changelog = "https://github.com/anufrievroman/calcure/releases/tag/${version}";
     license = licenses.mit;