Merge pull request #205503 from fabaff/pyswitchbee-bump

python310Packages.pyswitchbee: add changelog to meta
This commit is contained in:
Fabian Affolter
2022-12-11 00:14:42 +01:00
committed by GitHub
@@ -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 ];
};