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

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:58 +01:00
parent 7785686293
commit 5ac82eb2a5
@@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Video Intelligence API client library";
homepage = "https://github.com/googleapis/python-videointelligence";
changelog = "https://github.com/googleapis/python-videointelligence/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};