python3Packages.aioesphomeapi: add fab to maintainers
This commit is contained in:
parent
bd39c63b8f
commit
109dabc40b
1 changed files with 1 additions and 1 deletions
|
@ -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; [ ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue