python310Packages.zha-quirks: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 16:20:17 +01:00 committed by Martin Weinelt
parent e2ba5b66cd
commit b2cc0315e3

View file

@ -39,8 +39,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "ZHA Device Handlers are custom quirks implementations for Zigpy";
homepage = "https://github.com/dmulcahey/zha-device-handlers";
changelog = "https://github.com/zigpy/zha-device-handlers/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}