python3Packages.linkchecker-mkdocs: fix homepage

This commit is contained in:
Sigmanificient
2026-07-17 23:57:31 +02:00
parent 2827b36189
commit c02f3c9437

View File

@@ -32,7 +32,7 @@ buildPythonPackage {
This is not a MkDocs plugin, but a companion tool that is useful to validate links in Markdown files for
static site generators like MkDocs, Hugo or Jekyll. It can be used with any text files containing links.
'';
homepage = "https://github.com/byrnereese/mkdocs-linkcheck";
homepage = "https://github.com/byrnereese/linkchecker-mkdocs";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ totoroot ];
};