gnu: python-tornado: Use the preferred home-page.
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred one.master
parent
7f51b663b0
commit
f4a4a71885
|
@ -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,
|
||||
|
|
Reference in New Issue