python310Packages.atlassian-python-api: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-15 10:15:09 +02:00 committed by GitHub
parent 1bb618759e
commit 46f2510f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Atlassian REST API Wrapper";
homepage = "https://github.com/atlassian-api/atlassian-python-api";
changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ arnoldfarkas ];
};