Merge pull request #121672 from dotlambda/esphome-dont-maintain
This commit is contained in:
commit
a1b341da7e
2 changed files with 2 additions and 2 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; [ dotlambda ];
|
||||
maintainers = with maintainers; [ fab hexa ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,6 +49,6 @@ in python.pkgs.buildPythonApplication rec {
|
|||
description = "Make creating custom firmwares for ESP32/ESP8266 super easy";
|
||||
homepage = "https://esphome.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda globin elseym ];
|
||||
maintainers = with maintainers; [ globin elseym hexa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue