mdbook-admonish: 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 d786d77b4a
commit e0dac95d02
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
description = "A preprocessor for mdbook to add Material Design admonishments";
mainProgram = "mdbook-admonish";
license = licenses.mit;
maintainers = with maintainers; [ jmgilman Frostman ];
maintainers = with maintainers; [ jmgilman Frostman matthiasbeyer ];
homepage = "https://github.com/tommilligan/mdbook-admonish";
};
}