summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/mdbook-footnote/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-19 07:52:38 +0200
committerGitHub <noreply@github.com>2024-04-19 07:52:38 +0200
commitf8022afb8b7a0cb91184ba2a510251af454142db (patch)
tree0708fe43879be3917054eb65e828d1b469fbc808 /pkgs/tools/text/mdbook-footnote/default.nix
parentd080edeb6b2d5402782adb80863dd2442bf3f4d1 (diff)
parent2eb341b1aea105f470fc619b32c69e4568953faf (diff)
Merge pull request #304869 from matthiasbeyer/add-myself-as-maintainer-mdbook-tooling
mdbook-*: Add myself as maintainer
Diffstat (limited to 'pkgs/tools/text/mdbook-footnote/default.nix')
-rw-r--r--pkgs/tools/text/mdbook-footnote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-footnote/default.nix b/pkgs/tools/text/mdbook-footnote/default.nix
index cc140a5b5d83..01777669c4af 100644
--- a/pkgs/tools/text/mdbook-footnote/default.nix
+++ b/pkgs/tools/text/mdbook-footnote/default.nix
@@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-footnote";
homepage = "https://github.com/daviddrysdale/mdbook-footnote";
license = licenses.asl20;
- maintainers = with maintainers; [ brianmcgillion ];
+ maintainers = with maintainers; [ brianmcgillion matthiasbeyer ];
};
}