python3Packages.aioesphomeapi: add fab to maintainers

This commit is contained in:
Fabian Affolter
2021-05-04 13:51:39 +02:00
committed by GitHub
parent bd39c63b8f
commit 109dabc40b

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; [ ];
maintainers = with maintainers; [ fab ];
};
}