clippy: add rust team to maintainers

Missed this in 1e814042af.
This commit is contained in:
Winter 2023-02-17 00:08:52 -05:00
parent fd5fa383fe
commit f08437edcb

View file

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage {
meta = with lib; {
homepage = "https://rust-lang.github.io/rust-clippy/";
description = "A bunch of lints to catch common mistakes and improve your Rust code";
maintainers = with maintainers; [ basvandijk ];
maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members;
license = with licenses; [ mit asl20 ];
platforms = platforms.unix;
};