summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:32 +0200
commit2eb341b1aea105f470fc619b32c69e4568953faf (patch)
tree999d626e1f8d13b4d0a87eceef14821c5eb2009b
parent6232daffad3609ac564c713f0766301bdf679b56 (diff)
mdbook-plantuml: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-plantuml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-plantuml/default.nix b/pkgs/tools/text/mdbook-plantuml/default.nix
index e07bd812cec9..e5ee827d816e 100644
--- a/pkgs/tools/text/mdbook-plantuml/default.nix
+++ b/pkgs/tools/text/mdbook-plantuml/default.nix
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-plantuml";
homepage = "https://github.com/sytsereitsma/mdbook-plantuml";
license = [ licenses.mit ];
- maintainers = with maintainers; [ jcouyang ];
+ maintainers = with maintainers; [ jcouyang matthiasbeyer ];
};
}