diff options
author | Mark H Weaver <mhw@netris.org> | 2015-11-18 09:44:37 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-11-18 09:45:47 -0500 |
commit | f4a4a71885f5ad6db36f8b83a1b87e86d2dbbea4 (patch) | |
tree | 8cdeab3a698dc150b88390db69adec156ec10c72 /gnu | |
parent | 7f51b663b01ea10060410ffa9a69ae28c184f6c1 (diff) | |
download | patches-f4a4a71885f5ad6db36f8b83a1b87e86d2dbbea4.tar patches-f4a4a71885f5ad6db36f8b83a1b87e86d2dbbea4.tar.gz |
gnu: python-tornado: Use the preferred home-page.
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred
one.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dff7948cb2..ecf02ddb8b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4751,7 +4751,7 @@ It is written entirely in Python.") `(("python-certifi" ,python-certifi))) (native-inputs `(("python-setuptools" ,python-setuptools))) - (home-page "https://pypi.python.org/pypi/tornado/4.1") + (home-page "http://www.tornadoweb.org/") (synopsis "Python web framework and asynchronous networking library") (description "Tornado is a Python web framework and asynchronous networking library, |