summary refs log tree commit diff
path: root/pkgs/development/python-modules/treq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/treq/default.nix')
-rw-r--r--pkgs/development/python-modules/treq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/treq/default.nix b/pkgs/development/python-modules/treq/default.nix
index ec648281c89..8bfbd534f57 100644
--- a/pkgs/development/python-modules/treq/default.nix
+++ b/pkgs/development/python-modules/treq/default.nix
@@ -51,6 +51,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/twisted/treq";
     description = "A requests-like API built on top of twisted.web's Agent";
     license = licenses.mit;
-    maintainers = with maintainers; [ nand0p ];
+    maintainers = with maintainers; [ ];
   };
 }