mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.linkchecker-mkdocs: fix homepage
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user