python310Packages.aioesphomeapi: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-26 08:41:11 +01:00
committed by GitHub
parent 5126917dd1
commit 41ad2282d5
@@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Client for ESPHome native API";
homepage = "https://github.com/esphome/aioesphomeapi";
changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab hexa ];
};