Merge pull request #170706 from bcdarwin/remove-theano-maintainer

python3Packages.Theano: remove myself (bcdarwin) as maintainer

authored by Rick van Schijndel and committed by GitHub 9b310a73 59ae32d2

+1 -1
+1 -1
pkgs/development/python-modules/Theano/default.nix
··· 99 99 homepage = "https://github.com/Theano/Theano"; 100 100 description = "A Python library for large-scale array computation"; 101 101 license = licenses.bsd3; 102 - maintainers = with maintainers; [ maintainers.bcdarwin ]; 102 + maintainers = [ ]; 103 103 }; 104 104 }