cargo-release: fix license
This commit is contained in:
parent
55fdaafe15
commit
3c3b6eec5f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = ''Cargo subcommand "release": everything about releasing a rust crate'';
|
||||
homepage = "https://github.com/sunng87/cargo-release";
|
||||
license = with licenses; [ mit ];
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ gerschtli ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue