python310Packages.google-cloud-firestore: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-28 18:23:01 +01:00
parent 3a9ea3107a
commit 1012b4dcd3
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yGB6dLcRxEuqPYGEbpOI5DInos/1ILWmzeXN+ck/W+g=";
hash = "sha256-yGB6dLcRxEuqPYGEbpOI5DInos/1ILWmzeXN+ck/W+g=";
};
propagatedBuildInputs = [
@@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Firestore API client library";
homepage = "https://github.com/googleapis/python-firestore";
changelog = "https://github.com/googleapis/python-firestore/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};