python310Packages.pygnmi: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-11 09:14:55 +01:00
committed by GitHub
parent 103d81eae3
commit 5d94872a44
@@ -35,11 +35,14 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "pygnmi" ];
pythonImportsCheck = [
"pygnmi"
];
meta = with lib; {
description = "Pure Python gNMI client to manage network functions and collect telemetry";
homepage = "https://github.com/akarneliuk/pygnmi";
changelog = "https://github.com/akarneliuk/pygnmi/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};