Unverified Commit 2f68abde authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.python-gitlab: add changelog to meta

parent 2f707eec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };