python310Packages.pip-requirements-parser: add changelog to meta
This commit is contained in:
parent
0b8752bb65
commit
733722b4e9
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Module to parse pip requirements";
|
description = "Module to parse pip requirements";
|
||||||
homepage = "https://github.com/nexB/pip-requirements-parser";
|
homepage = "https://github.com/nexB/pip-requirements-parser";
|
||||||
|
changelog = "https://github.com/nexB/pip-requirements-parser/blob/v${version}/CHANGELOG.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue