esptool: add dotlambda as maintainer

This commit is contained in:
Robert Schütz
2018-03-01 14:43:12 +01:00
committed by Robin Gloster
parent a69dd6d03f
commit 51f6a94675
+1 -1
View File
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
description = "ESP8266 and ESP32 serial bootloader utility"; description = "ESP8266 and ESP32 serial bootloader utility";
homepage = https://github.com/espressif/esptool; homepage = https://github.com/espressif/esptool;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.dezgeg ]; maintainers = with maintainers; [ dezgeg dotlambda ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }