mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
esptool: add dotlambda as maintainer
This commit is contained in:
parent
a69dd6d03f
commit
51f6a94675
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user