summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-theano/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-theano/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-theano/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-theano/package.py b/var/spack/repos/builtin/packages/py-theano/package.py
index 5041acaa62..5d62a8f136 100644
--- a/var/spack/repos/builtin/packages/py-theano/package.py
+++ b/var/spack/repos/builtin/packages/py-theano/package.py
@@ -10,7 +10,7 @@ class PyTheano(PythonPackage, CudaPackage):
"""Optimizing compiler for evaluating mathematical expressions on CPUs
and GPUs."""
- homepage = "http://deeplearning.net/software/theano/"
+ homepage = "https://theano-pymc.readthedocs.io/en/latest/"
pypi = "Theano/Theano-0.8.2.tar.gz"
git = "https://github.com/Theano/Theano.git"