Merge pull request #106922 from danieldk/setuptools-rust-0.11.6

python3Packages.setuptools-rust: add meta.changelog
This commit is contained in:
Daniël de Kok 2020-12-14 21:44:19 +01:00 committed by GitHub
commit 95d1e64c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Setuptools plugin for Rust support";
homepage = "https://github.com/PyO3/setuptools-rust";
changelog = "https://github.com/PyO3/setuptools-rust/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};