mrkd: add meta.mainProgram

This commit is contained in:
Robert Schütz
2023-08-04 13:59:34 -07:00
parent c20b0b8ac5
commit e5dce04f63
+1
View File
@@ -46,6 +46,7 @@ in python.pkgs.buildPythonApplication rec {
description = "Write man pages using Markdown, and convert them to Roff or HTML";
homepage = "https://github.com/refi64/mrkd";
license = licenses.bsd2;
mainProgram = "mrkd";
maintainers = with maintainers; [ prusnak ];
};
}