summary refs log tree commit diff
path: root/pkgs/development/python-modules/Babel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/Babel/default.nix')
-rw-r--r--pkgs/development/python-modules/Babel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Babel/default.nix b/pkgs/development/python-modules/Babel/default.nix
index 23af3a67233..34ee532c1fe 100644
--- a/pkgs/development/python-modules/Babel/default.nix
+++ b/pkgs/development/python-modules/Babel/default.nix
@@ -21,6 +21,6 @@ buildPythonPackage rec {
     homepage = http://babel.edgewall.org;
     description = "A collection of tools for internationalizing Python applications";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ garbas ];
+    maintainers = with maintainers; [ ];
   };
 }