python310Packages.aioairzone: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 11:46:37 +01:00
parent 408924ce29
commit 9373cfe548

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to control AirZone devices";
homepage = "https://github.com/Noltari/aioairzone";
changelog = "https://github.com/Noltari/aioairzone/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};