From 23df2461554f2e265721bcc01a253ea133d1bd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 May 2021 11:57:52 +0200 Subject: [PATCH 1/5] esphome: remove dotlambda from maintainers --- pkgs/tools/misc/esphome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index dba1b4b4490..1ef6c284aab 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -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; [ dotlambda globin elseym ]; + maintainers = with maintainers; [ globin elseym ]; }; } From bd39c63b8fab49c01cd080a4fabcf643163e2af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 May 2021 11:58:46 +0200 Subject: [PATCH 2/5] python3Packages.aioesphomeapi: remove dotlambda from maintainers --- pkgs/development/python-modules/aioesphomeapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index 42557544259..7775865ec88 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Python Client for ESPHome native API"; homepage = "https://github.com/esphome/aioesphomeapi"; license = licenses.mit; - maintainers = with maintainers; [ dotlambda ]; + maintainers = with maintainers; [ ]; }; } From 109dabc40b52587daecc6c958b3724d7485df22c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 4 May 2021 13:51:39 +0200 Subject: [PATCH 3/5] python3Packages.aioesphomeapi: add fab to maintainers --- pkgs/development/python-modules/aioesphomeapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index 7775865ec88..8849a8fb893 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Python Client for ESPHome native API"; homepage = "https://github.com/esphome/aioesphomeapi"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ fab ]; }; } From 1305493e6671ef4890fdc0d88be204ed6134c276 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 4 May 2021 14:32:37 +0200 Subject: [PATCH 4/5] python3Packages.aioesphomeapi: add hexa to maintainers --- pkgs/development/python-modules/aioesphomeapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index 8849a8fb893..7525e4dcca6 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Python Client for ESPHome native API"; homepage = "https://github.com/esphome/aioesphomeapi"; license = licenses.mit; - maintainers = with maintainers; [ fab ]; + maintainers = with maintainers; [ fab hexa ]; }; } From 1b9d08b2500eff0999f6dd5ef57fe387dcd081d1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 4 May 2021 14:34:18 +0200 Subject: [PATCH 5/5] esphome: add hexa to maintainers --- pkgs/tools/misc/esphome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 1ef6c284aab..12953e27956 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -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 ]; }; }