esphome: add hexa to maintainers

This commit is contained in:
Martin Weinelt 2021-05-04 14:34:18 +02:00
parent 1305493e66
commit 1b9d08b250
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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 ];
};
}