cargo-release: fix license

This commit is contained in:
figsoda 2021-08-23 12:57:10 -04:00
parent 55fdaafe15
commit 3c3b6eec5f

View file

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