about summary refs log tree commit diff
path: root/pkgs/tools/misc/esphome
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-07-04 12:41:44 +0200
committerLinus Heckemann <git@sphalerite.org>2022-07-04 21:21:38 +0200
commitec2bee240424b71886cc11f36fc4a1d241371a12 (patch)
treee506807d5e1ad276867733fa2d918565082496b6 /pkgs/tools/misc/esphome
parent460b31a32fec0005cdff88621006a90c02146b9b (diff)
maintainers: remove elseym
Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
Diffstat (limited to 'pkgs/tools/misc/esphome')
-rw-r--r--pkgs/tools/misc/esphome/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix
index 39325d637b11b..538067860f2e1 100644
--- a/pkgs/tools/misc/esphome/default.nix
+++ b/pkgs/tools/misc/esphome/default.nix
@@ -100,6 +100,6 @@ with python.pkgs; buildPythonApplication rec {
       mit # The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino)
       gpl3Only # The python codebase and all other parts of this codebase
     ];
-    maintainers = with maintainers; [ globin elseym hexa ];
+    maintainers = with maintainers; [ globin hexa ];
   };
 }