mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
python310Packages.pyswitchbee: add changelog to meta
This commit is contained in:
parent
67f791432e
commit
6103a7e5a0
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user