python3Packages.Theano: fix meta.homepage
Point to GitHub repo since original homepage no longer exists.
This commit is contained in:
parent
857707a47d
commit
8e7098b667
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue