forked from mirrors/nixpkgs
mdbook: add Frostman to maintainers
This commit is contained in:
parent
8d42c003b4
commit
f2eaf1356c
|
@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/rust-lang/mdBook";
|
||||
changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md";
|
||||
license = [ licenses.mpl20 ];
|
||||
maintainers = [ maintainers.havvy ];
|
||||
maintainers = with maintainers; [ havvy Frostman ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue