mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python310Packages.jira: add changelog to meta
This commit is contained in:
parent
e3c13f6aa3
commit
806df325ae
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user