tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mrkd: add meta.mainProgram
Robert Schütz
2 years ago
e5dce04f
c20b0b8a
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
mrkd
default.nix
+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
49
+
mainProgram = "mrkd";
49
50
maintainers = with maintainers; [ prusnak ];
50
51
};
51
52
}