[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-tornado: Use the preferred home-page.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: python-tornado: Use the preferred home-page. |
Date: |
Wed, 18 Nov 2015 14:46:03 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit f4a4a71885f5ad6db36f8b83a1b87e86d2dbbea4
Author: Mark H Weaver <address@hidden>
Date: Wed Nov 18 09:44:37 2015 -0500
gnu: python-tornado: Use the preferred home-page.
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred
one.
---
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 dff7948..ecf02dd 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,