python310Packages.zigpy-deconz: add changelog to meta
This commit is contained in:
parent
4ec822f4b7
commit
19105c66f2
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Library which communicates with Deconz radios for zigpy";
|
||||
homepage = "https://github.com/zigpy/zigpy-deconz";
|
||||
changelog = "https://github.com/zigpy/zigpy-deconz/releases/tag/${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ mvnetbiz ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue