python3Packages.aioesphomeapi: remove dotlambda from maintainers

This commit is contained in:
Robert Schütz 2021-05-04 11:58:46 +02:00
parent 23df246155
commit bd39c63b8f

View File

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