9 pname = "markdown-link-check";
12 src = fetchFromGitHub {
14 repo = "markdown-link-check";
16 hash = "sha256-UuzfIJL3nHIbGFQrs9ya+QiS/sM0z1GCHbJGLQBN5pE=";
19 npmDepsHash = "sha256-Lxywr3M/4+DwVWxkWZHHn02K7RNWSI5LyMm12lyZT8w=";
23 passthru.updateScript = nix-update-script { };
26 description = "Checks all of the hyperlinks in a markdown text to determine if they are alive or dead";
27 mainProgram = "markdown-link-check";
28 homepage = "https://github.com/tcort/markdown-link-check";
29 license = lib.licenses.isc;
30 maintainers = with lib.maintainers; [ pyrox0 ];