python3Packages.Theano: remove myself (bcdarwin) as maintainer

This commit is contained in:
Ben Darwin 2022-04-27 20:34:07 -04:00
parent 24a9d6b163
commit 15def537f0

View file

@ -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 = [ ];
};
}