Commit 23f73a61 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.weaviate-client: update meta

- add changelog to meta
parent 76c3146e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };