mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #275068 from arthsmn/markdown-it-fix
python311Packages.markdown-it-py: set mainProgram in meta
This commit is contained in:
commit
5518e27e00
@ -80,5 +80,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/executablebooks/markdown-it-py/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ bhipple ];
|
||||
mainProgram = "markdown-it";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user