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

python3Packages.Theano: remove myself (bcdarwin) as maintainer
This commit is contained in:
Rick van Schijndel
2022-04-28 23:00:03 +02:00
committed by GitHub
@@ -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 = [ ];
};
}