3
0
Fork 0
forked from mirrors/nixpkgs

mdbook: add Frostman to maintainers

This commit is contained in:
Sergei Lukianov 2022-12-15 09:46:28 -08:00
parent 8d42c003b4
commit f2eaf1356c

View file

@ -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 ];
};
}