mdbook-graphviz: Add myself as maintainer

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

+1 -1
+1 -1
pkgs/tools/text/mdbook-graphviz/default.nix
··· 23 23 homepage = "https://github.com/dylanowen/mdbook-graphviz"; 24 24 changelog = "https://github.com/dylanowen/mdbook-graphviz/releases/tag/v${version}"; 25 25 license = [ licenses.mpl20 ]; 26 - maintainers = with maintainers; [ lovesegfault ]; 26 + maintainers = with maintainers; [ lovesegfault matthiasbeyer ]; 27 27 }; 28 28 }