1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #330641 from jaredmontoya/update-markdownlint-cli2

This commit is contained in:
Sandro 2024-07-29 00:37:13 +02:00 committed by GitHub
commit 1bd4d2fb42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,5 +52,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/DavidAnson/markdownlint-cli2";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ natsukium ];
mainProgram = "markdownlint-cli2";
};
})