python3Packages.Theano: fix meta.homepage
Point to GitHub repo since original homepage no longer exists.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user