about summary refs log tree commit diff
path: root/pkgs/development/python-modules/paramiko/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/paramiko/default.nix')
-rw-r--r--pkgs/development/python-modules/paramiko/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/paramiko/default.nix b/pkgs/development/python-modules/paramiko/default.nix
index 2fefbde744856..6c490cb344b1d 100644
--- a/pkgs/development/python-modules/paramiko/default.nix
+++ b/pkgs/development/python-modules/paramiko/default.nix
@@ -37,7 +37,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/paramiko/paramiko/";
     description = "Native Python SSHv2 protocol library";
     license = licenses.lgpl21Plus;
-    maintainers = with maintainers; [ aszlig ];
 
     longDescription = ''
       This is a library for making SSH2 connections (client or server).