esphome: add hexa to maintainers

This commit is contained in:
Martin Weinelt
2021-05-04 14:34:18 +02:00
parent 1305493e66
commit 1b9d08b250

View File

@@ -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; [ globin elseym ];
maintainers = with maintainers; [ globin elseym hexa ];
};
}