python310Packages.python-gitlab: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-03 09:08:59 +01:00 committed by GitHub
parent 2f707eec26
commit 2f68abde90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};