python310Packages.jira: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-15 09:32:52 +01:00 committed by GitHub
parent e3c13f6aa3
commit 806df325ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to interact with the JIRA REST API";
homepage = "https://github.com/pycontribs/jira";
changelog = "https://github.com/pycontribs/jira/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ globin ];
};