maturin: update meta
This commit is contained in:
parent
e0d13fd092
commit
906f2c556a
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
Python and can upload them to PyPI.
|
Python and can upload them to PyPI.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/PyO3/maturin";
|
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 = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue