summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:31 +0200
commit6232daffad3609ac564c713f0766301bdf679b56 (patch)
tree357189c0d1e8da69baa3a0cc11ffa3692bc9a7b3
parentdee865434d45e5c5cd09ce8198b6049beda52845 (diff)
mdbook-pdf: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-pdf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-pdf/default.nix b/pkgs/tools/text/mdbook-pdf/default.nix
index e0c63f595db1..0b3b0bfbc860 100644
--- a/pkgs/tools/text/mdbook-pdf/default.nix
+++ b/pkgs/tools/text/mdbook-pdf/default.nix
@@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/HollowMan6/mdbook-pdf";
changelog = "https://github.com/HollowMan6/mdbook-pdf/releases/tag/v${version}";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ hollowman6 ];
+ maintainers = with maintainers; [ hollowman6 matthiasbeyer ];
};
}