python310Packages.zigpy-zigate: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-04-26 20:22:26 +02:00
committed by GitHub
parent c1321cf04e
commit 2a088c0c02
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library which communicates with ZiGate radios for zigpy";
homepage = "https://github.com/zigpy/zigpy-zigate";
changelog = "https://github.com/zigpy/zigpy-zigate/releases/tag/${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux;