gnu: python-tornado: Use the preferred home-page.
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred one.
This commit is contained in:
parent
7f51b663b0
commit
f4a4a71885
|
@ -4751,7 +4751,7 @@ It is written entirely in Python.")
|
||||||
`(("python-certifi" ,python-certifi)))
|
`(("python-certifi" ,python-certifi)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("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")
|
(synopsis "Python web framework and asynchronous networking library")
|
||||||
(description
|
(description
|
||||||
"Tornado is a Python web framework and asynchronous networking library,
|
"Tornado is a Python web framework and asynchronous networking library,
|
||||||
|
|
Loading…
Reference in New Issue