parent
fd5fa383fe
commit
f08437edcb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://rust-lang.github.io/rust-clippy/";
|
homepage = "https://rust-lang.github.io/rust-clippy/";
|
||||||
description = "A bunch of lints to catch common mistakes and improve your Rust code";
|
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 ];
|
license = with licenses; [ mit asl20 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue