python311Packages.weaviate-client: update meta

- add changelog to meta
This commit is contained in:
Fabian Affolter 2023-05-14 09:13:27 +02:00
parent 76c3146e9a
commit 23f73a61f9

View File

@ -29,8 +29,9 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "Python native client for easy interaction with a Weaviate instance";
homepage = "https://github.com/weaviate/weaviate-python-client";
description = "A python native client for easy interaction with a Weaviate instance.";
changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ happysalada ];
};