summary refs log tree commit diff
path: root/pkgs/development/python-modules/execnet
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/execnet')
-rw-r--r--pkgs/development/python-modules/execnet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/execnet/default.nix b/pkgs/development/python-modules/execnet/default.nix
index b66c8a28128..57a4af2fc0c 100644
--- a/pkgs/development/python-modules/execnet/default.nix
+++ b/pkgs/development/python-modules/execnet/default.nix
@@ -37,7 +37,7 @@ buildPythonPackage rec {
     description = "Distributed Python deployment and communication";
     license = licenses.mit;
     homepage = "https://execnet.readthedocs.io/";
-    maintainers = with maintainers; [ nand0p ];
+    maintainers = with maintainers; [ ];
   };
 
 }