python310Packages.pyswitchbee: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 17:57:20 +01:00
parent 67f791432e
commit 6103a7e5a0

View File

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to control SwitchBee smart home device";
homepage = "https://github.com/jafar-atili/pySwitchbee/";
changelog = "https://github.com/jafar-atili/pySwitchbee/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};