python310Packages.versioneer: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-19 15:40:01 +01:00
parent 9159658fae
commit 2c8f296b37
@@ -16,8 +16,7 @@ buildPythonPackage rec {
hash = "sha256-hPxymqKW0dJmRaj2LxeAGYhf9vmhBzsppKIoJwrFJXs=";
};
# Couldn't get tests to work because, for instance, they used virtualenv and
# pip.
# Couldn't get tests to work because, for instance, they used virtualenv and pip
doCheck = false;
pythonImportsCheck = [
@@ -27,6 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Version-string management for VCS-controlled trees";
homepage = "https://github.com/warner/python-versioneer";
changelog = "https://github.com/python-versioneer/python-versioneer/blob/${version}/NEWS.md";
license = licenses.publicDomain;
maintainers = with maintainers; [ jluttine ];
};