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

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:56 +01:00
parent a4f5f7c217
commit 150e09e213
@@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Client for Google Cloud Asset API";
homepage = "https://github.com/googleapis/python-asset";
changelog = "https://github.com/googleapis/python-asset/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};