forked from mirrors/nixpkgs
python310Packages.hatasmota: add changelog to meta
This commit is contained in:
parent
744030f87c
commit
70e95eb737
|
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python module to help parse and construct Tasmota MQTT messages";
|
||||
homepage = "https://github.com/emontnemery/hatasmota";
|
||||
changelog = "https://github.com/emontnemery/hatasmota/releases/tag/${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue