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
commit5991b254c8975a7706756a4fe8970682235736f8 (patch)
tree6465ddef6e6583dc7552a83ea5b40cd1bdd34e8d
parente0dac95d02d20aa914ae0e1901e65e7a9f9e8152 (diff)
mdbook-cmdrun: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-cmdrun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-cmdrun/default.nix b/pkgs/tools/text/mdbook-cmdrun/default.nix
index 05d27d3e3ad5..3d797479c50e 100644
--- a/pkgs/tools/text/mdbook-cmdrun/default.nix
+++ b/pkgs/tools/text/mdbook-cmdrun/default.nix
@@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-cmdrun";
homepage = "https://github.com/FauconFan/mdbook-cmdrun";
license = licenses.mit;
- maintainers = with maintainers; [ pinpox ];
+ maintainers = with maintainers; [ pinpox matthiasbeyer ];
};
}