mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
python310Packages.elasticsearch: add changelog to meta
This commit is contained in:
parent
fe2ecaf706
commit
7f94c15581
@ -23,6 +23,7 @@ buildPythonPackage (rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Official low-level client for Elasticsearch";
|
description = "Official low-level client for Elasticsearch";
|
||||||
homepage = "https://github.com/elasticsearch/elasticsearch-py";
|
homepage = "https://github.com/elasticsearch/elasticsearch-py";
|
||||||
|
changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ desiderius ];
|
maintainers = with maintainers; [ desiderius ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user