mdbook-linkcheck: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

+1 -1
+1 -1
pkgs/tools/text/mdbook-linkcheck/default.nix
··· 29 29 mainProgram = "mdbook-linkcheck"; 30 30 homepage = "https://github.com/Michael-F-Bryan/mdbook-linkcheck"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ zhaofengli ]; 32 + maintainers = with maintainers; [ zhaofengli matthiasbeyer ]; 33 33 }; 34 34 }