summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-17 20:58:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-05-02 17:17:15 +0200
commite8a8dd37f95156a4e559007c8e546dd5446792e1 (patch)
tree9294829b44d9591ab5231ecf2b05a9eabba2882f
parentmdbook-pagetoc: 0.1.8 -> 0.1.9 (diff)
downloadnixpkgs-e8a8dd37f95156a4e559007c8e546dd5446792e1.tar.gz
mdbook-pagetoc: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit dee865434d45e5c5cd09ce8198b6049beda52845) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/text/mdbook-pagetoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mdbook-pagetoc/default.nix b/pkgs/tools/text/mdbook-pagetoc/default.nix
index acfec960829a..7c400e4c0b38 100644
--- a/pkgs/tools/text/mdbook-pagetoc/default.nix
+++ b/pkgs/tools/text/mdbook-pagetoc/default.nix
@@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "Table of contents for mdbook (in sidebar)";
homepage = "https://github.com/slowsage/mdbook-pagetoc";
license = licenses.mit;
- maintainers = with maintainers; [ blaggacao ];
+ maintainers = with maintainers; [ blaggacao matthiasbeyer ];
};
}