python310Packages.hvac: add changelog to meta
This commit is contained in:
parent
0ba1c25b62
commit
337384d81c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-B53KWIVt7mZG7VovIoOAnBbS3u3eHp6WFbKRAySkuWk=";
|
||||
hash = "sha256-B53KWIVt7mZG7VovIoOAnBbS3u3eHp6WFbKRAySkuWk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "HashiCorp Vault API client";
|
||||
homepage = "https://github.com/ianunruh/hvac";
|
||||
changelog = "https://github.com/hvac/hvac/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue