From 6cc546a46d309c8b9c2fbc196231cd3b5beb69ff Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Apr 2024 20:58:31 +0200 Subject: [PATCH] mdbook-linkcheck: Add myself as maintainer Signed-off-by: Matthias Beyer --- pkgs/tools/text/mdbook-linkcheck/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/mdbook-linkcheck/default.nix b/pkgs/tools/text/mdbook-linkcheck/default.nix index d90b536edc86..b8d19d01e763 100644 --- a/pkgs/tools/text/mdbook-linkcheck/default.nix +++ b/pkgs/tools/text/mdbook-linkcheck/default.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "mdbook-linkcheck"; homepage = "https://github.com/Michael-F-Bryan/mdbook-linkcheck"; license = licenses.mit; - maintainers = with maintainers; [ zhaofengli ]; + maintainers = with maintainers; [ zhaofengli matthiasbeyer ]; }; }