diff --git a/pkgs/development/python-modules/pyobjc/default.nix b/pkgs/development/python-modules/pyobjc/default.nix index d66425fa369e..a9acf1e5586a 100644 --- a/pkgs/development/python-modules/pyobjc/default.nix +++ b/pkgs/development/python-modules/pyobjc/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { meta = { description = "A bridge between the Python and Objective-C programming languages"; license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ sauyon ]; + maintainers = with stdenv.lib.maintainers; [ ]; homepage = "https://pythonhosted.org/pyobjc/"; }; }