summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:30 +0200
commit20bd41e2ff48b833f3ee0d029c09d677d649efe2 (patch)
tree69bfe404e036c3a4636dc98856d2525aeb720432
parentc033203a9728178cc6d5a8e145d566e2055cb871 (diff)
mdbook-graphviz: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-graphviz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-graphviz/default.nix b/pkgs/tools/text/mdbook-graphviz/default.nix
index 060fd5871d1b..43171c92dc96 100644
--- a/pkgs/tools/text/mdbook-graphviz/default.nix
+++ b/pkgs/tools/text/mdbook-graphviz/default.nix
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dylanowen/mdbook-graphviz";
changelog = "https://github.com/dylanowen/mdbook-graphviz/releases/tag/v${version}";
license = [ licenses.mpl20 ];
- maintainers = with maintainers; [ lovesegfault ];
+ maintainers = with maintainers; [ lovesegfault matthiasbeyer ];
};
}