python310Packages.pip-tools: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-01 10:41:25 +01:00
committed by GitHub
parent f898cc1f6b
commit bbca72b00d
@@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Keeps your pinned dependencies fresh";
homepage = "https://github.com/jazzband/pip-tools/";
changelog = "https://github.com/jazzband/pip-tools/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ zimbatm ];
};