about summary refs log tree commit diff
path: root/pkgs/development/python-modules/yowsup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/yowsup/default.nix')
-rw-r--r--pkgs/development/python-modules/yowsup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/yowsup/default.nix b/pkgs/development/python-modules/yowsup/default.nix
index 0436fe8a0f00e..c1f6b6632aab0 100644
--- a/pkgs/development/python-modules/yowsup/default.nix
+++ b/pkgs/development/python-modules/yowsup/default.nix
@@ -30,6 +30,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/tgalal/yowsup";
     description = "The python WhatsApp library";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
   };
 }