about summary refs log tree commit diff
path: root/pkgs/tools/text/frogmouth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/frogmouth/default.nix')
-rw-r--r--pkgs/tools/text/frogmouth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/frogmouth/default.nix b/pkgs/tools/text/frogmouth/default.nix
index 68d63dc7aa5f..e7c9916c1339 100644
--- a/pkgs/tools/text/frogmouth/default.nix
+++ b/pkgs/tools/text/frogmouth/default.nix
@@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "A Markdown browser for your terminal";
+    mainProgram = "frogmouth";
     homepage = "https://github.com/Textualize/frogmouth";
     changelog = "https://github.com/Textualize/frogmouth/blob/${src.rev}/ChangeLog.md";
     license = licenses.mit;