diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-03 09:08:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 09:08:59 +0100 |
| commit | 2f68abde90dcf4736ed7f5c34c3fb5fecbd55db0 (patch) | |
| tree | d94bef44b5504f64bb16a266ef65908c412ae793 /pkgs/development/python-modules/python-gitlab/default.nix | |
| parent | 2f707eec269a1e44ed955b23c995405c33364993 (diff) | |
python310Packages.python-gitlab: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index e3009b3ae87f..55e11d49d1d1 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -44,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Interact with GitLab API"; homepage = "https://github.com/python-gitlab/python-gitlab"; + changelog = "https://github.com/python-gitlab/python-gitlab/blob/v${version}/CHANGELOG.md"; license = licenses.lgpl3Only; maintainers = with maintainers; [ nyanloutre ]; }; |
