3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.hatasmota: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-05 21:12:20 +01:00 committed by Martin Weinelt
parent 744030f87c
commit 70e95eb737

View file

@ -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 ];
};