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
commita6ed97cc976f410138b77498215b509fb5480c26 (patch)
tree4e6218ac12503643673271115e4de239f0c64a08
parent5991b254c8975a7706756a4fe8970682235736f8 (diff)
mdbook-d2: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-d2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-d2/default.nix b/pkgs/tools/text/mdbook-d2/default.nix
index afff44b9f473..61176e202020 100644
--- a/pkgs/tools/text/mdbook-d2/default.nix
+++ b/pkgs/tools/text/mdbook-d2/default.nix
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/danieleades/mdbook-d2";
changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
- maintainers = with maintainers; [ blaggacao ];
+ maintainers = with maintainers; [ blaggacao matthiasbeyer ];
};
}