about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioesphomeapi
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-04 14:32:37 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-04 14:32:37 +0200
commit1305493e6671ef4890fdc0d88be204ed6134c276 (patch)
tree5ab3f91dc048a2158336683ed36d56bda65a650f /pkgs/development/python-modules/aioesphomeapi
parent109dabc40b52587daecc6c958b3724d7485df22c (diff)
python3Packages.aioesphomeapi: add hexa to maintainers
Diffstat (limited to 'pkgs/development/python-modules/aioesphomeapi')
-rw-r--r--pkgs/development/python-modules/aioesphomeapi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix
index 8849a8fb893ba..7525e4dcca636 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 ];
   };
 }