mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
maturin: update meta
This commit is contained in:
parent
e0d13fd092
commit
906f2c556a
@ -43,7 +43,8 @@ rustPlatform.buildRustPackage rec {
|
||||
Python and can upload them to PyPI.
|
||||
'';
|
||||
homepage = "https://github.com/PyO3/maturin";
|
||||
license = licenses.asl20;
|
||||
changelog = "https://github.com/PyO3/maturin/blob/v${version}/Changelog.md";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user