···46 description = "Write man pages using Markdown, and convert them to Roff or HTML";
47 homepage = "https://github.com/refi64/mrkd";
48 license = licenses.bsd2;
049 maintainers = with maintainers; [ prusnak ];
50 };
51}
···46 description = "Write man pages using Markdown, and convert them to Roff or HTML";
47 homepage = "https://github.com/refi64/mrkd";
48 license = licenses.bsd2;
49+ mainProgram = "mrkd";
50 maintainers = with maintainers; [ prusnak ];
51 };
52}