mdbook-mermaid: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2024-04-17 20:58:31 +02:00
parent 6cc546a46d
commit 3ccb50e669
No known key found for this signature in database

View File

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/badboy/mdbook-mermaid";
changelog = "https://github.com/badboy/mdbook-mermaid/blob/v${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [ xrelkd ];
maintainers = with maintainers; [ xrelkd matthiasbeyer ];
};
}