mdbook-admonish: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2022-12-07 23:58:04 -08:00
parent b43f5f88dc
commit d060289fae

View file

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