mdbook-admonish: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d786d77b4a
commit
e0dac95d02
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue