python3Packages.setuptools-rust: add meta.changelog
This commit is contained in:
parent
e5c63b3cd4
commit
3512f7af6f
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Setuptools plugin for Rust support";
|
description = "Setuptools plugin for Rust support";
|
||||||
homepage = "https://github.com/PyO3/setuptools-rust";
|
homepage = "https://github.com/PyO3/setuptools-rust";
|
||||||
|
changelog = "https://github.com/PyO3/setuptools-rust/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ danieldk ];
|
maintainers = with maintainers; [ danieldk ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user