mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #262609 from augustebaum/patch-3
This commit is contained in:
commit
e9363e559c
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A tool for formatting Rust code according to style guidelines";
|
||||
homepage = "https://github.com/rust-lang-nursery/rustfmt";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
mainProgram = "rustfmt";
|
||||
maintainers = with maintainers; [ globin basvandijk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue