about summary refs log tree commit diff
path: root/pkgs/development/python-modules/curve25519-donna/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/curve25519-donna/default.nix')
-rw-r--r--pkgs/development/python-modules/curve25519-donna/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/curve25519-donna/default.nix b/pkgs/development/python-modules/curve25519-donna/default.nix
index 7698b5d657100..ea96efb91843b 100644
--- a/pkgs/development/python-modules/curve25519-donna/default.nix
+++ b/pkgs/development/python-modules/curve25519-donna/default.nix
@@ -13,6 +13,6 @@ buildPythonPackage rec {
     description = "Python wrapper for the portable curve25519-donna implementation";
     homepage = "http://code.google.com/p/curve25519-donna/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ elseym ];
+    maintainers = with maintainers; [ ];
   };
 }