python310Packages.vertica-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-27 10:11:44 +01:00 committed by GitHub
parent da4fd3a5a9
commit b089c076aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Native Python client for Vertica database";
homepage = "https://github.com/vertica/vertica-python";
changelog = "https://github.com/vertica/vertica-python/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ arnoldfarkas ];
};