mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python310Packages.vertica-python: add changelog to meta
This commit is contained in:
parent
da4fd3a5a9
commit
b089c076aa
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue