mrkd: add meta.mainProgram

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