Merge pull request #140781 from bcdarwin/fix-theano-homepage
python3Packages.Theano: fix meta.homepage
This commit is contained in:
commit
8b512253b4
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