python3Packages.Theano: fix meta.homepage

Point to GitHub repo since original homepage no longer exists.
This commit is contained in:
Ben Darwin 2021-10-06 13:19:40 -04:00
parent 857707a47d
commit 8e7098b667

View file

@ -90,7 +90,7 @@ in buildPythonPackage rec {
pythonImportsCheck = [ "theano" ];
meta = with lib; {
homepage = "http://deeplearning.net/software/theano/";
homepage = "https://github.com/Theano/Theano";
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = with maintainers; [ maintainers.bcdarwin ];