python3Packages.aioesphomeapi: add hexa to maintainers

This commit is contained in:
Martin Weinelt 2021-05-04 14:32:37 +02:00
parent 109dabc40b
commit 1305493e66
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "Python Client for ESPHome native API";
homepage = "https://github.com/esphome/aioesphomeapi";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [ fab hexa ];
};
}