maturin: update meta

This commit is contained in:
Mario Rodas 2023-05-27 04:20:00 +00:00
parent e0d13fd092
commit 906f2c556a

View file

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