mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python310Packages.pip-tools: add changelog to meta
This commit is contained in:
parent
f898cc1f6b
commit
bbca72b00d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Keeps your pinned dependencies fresh";
|
description = "Keeps your pinned dependencies fresh";
|
||||||
homepage = "https://github.com/jazzband/pip-tools/";
|
homepage = "https://github.com/jazzband/pip-tools/";
|
||||||
|
changelog = "https://github.com/jazzband/pip-tools/releases/tag/${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue