diff --git a/pkgs/development/python-modules/Theano/default.nix b/pkgs/development/python-modules/Theano/default.nix index cd4c81056d5..f596a6d804d 100644 --- a/pkgs/development/python-modules/Theano/default.nix +++ b/pkgs/development/python-modules/Theano/default.nix @@ -99,6 +99,6 @@ in buildPythonPackage rec { homepage = "https://github.com/Theano/Theano"; description = "A Python library for large-scale array computation"; license = licenses.bsd3; - maintainers = with maintainers; [ maintainers.bcdarwin ]; + maintainers = [ ]; }; }