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 d72d46e9d7b..540e52f0793 100644
--- a/pkgs/development/python-modules/treq/default.nix
+++ b/pkgs/development/python-modules/treq/default.nix
@@ -35,6 +35,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/twisted/treq";
     description = "Requests-like API built on top of twisted.web's Agent";
     license = licenses.mit;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
   };
 }