python310Packages.hatasmota: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-06 14:32:14 +01:00
committed by Martin Weinelt
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 ];
};