python310Packages.geniushub-client: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-03 22:37:16 +01:00
parent 1d168df13a
commit 9e7c33222f
@@ -20,11 +20,14 @@ buildPythonPackage rec {
# tests only implemented after 0.6.30
doCheck = false;
pythonImportsCheck = [ "geniushubclient" ];
pythonImportsCheck = [
"geniushubclient"
];
meta = with lib; {
description = "Aiohttp-based client for Genius Hub systems";
homepage = "https://github.com/zxdavb/geniushub-client";
changelog = "https://github.com/manzanotti/geniushub-client/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};