python3Packages.setuptools-rust: add meta.changelog

This commit is contained in:
Daniël de Kok 2020-12-14 20:10:13 +01:00
parent e5c63b3cd4
commit 3512f7af6f

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 ];
};