python310Packages.elasticsearch: add changelog to meta
This commit is contained in:
parent
fe2ecaf706
commit
7f94c15581
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ buildPythonPackage (rec {
|
|||
meta = with lib; {
|
||||
description = "Official low-level client for Elasticsearch";
|
||||
homepage = "https://github.com/elasticsearch/elasticsearch-py";
|
||||
changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue