python310Packages.zha-quirks: add changelog to meta
This commit is contained in:
parent
e2ba5b66cd
commit
b2cc0315e3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue