summary refs log tree commit diff
path: root/pkgs/development/python-modules/waitress/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/waitress/default.nix')
-rw-r--r--pkgs/development/python-modules/waitress/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/waitress/default.nix b/pkgs/development/python-modules/waitress/default.nix
index a988fa259a5..fb39ae9fc7a 100644
--- a/pkgs/development/python-modules/waitress/default.nix
+++ b/pkgs/development/python-modules/waitress/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
      homepage = https://github.com/Pylons/waitress;
      description = "Waitress WSGI server";
      license = licenses.zpl20;
-     maintainers = with maintainers; [ garbas domenkozar ];
+     maintainers = with maintainers; [ domenkozar ];
   };
 
 }