From 15def537f0b894fbb4311f8a087df236f1230e25 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Wed, 27 Apr 2022 20:34:07 -0400 Subject: [PATCH] python3Packages.Theano: remove myself (bcdarwin) as maintainer --- pkgs/development/python-modules/Theano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; }; }