mdbook-footnote: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2024-04-17 20:58:30 +02:00
parent 150357f6af
commit c033203a97
+1 -1
View File
@@ -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 ];
};
}