|
@@ -2,7 +2,7 @@ SUMMARY = "Tornado is an open source version of the scalable, non-blocking web
|
|
|
DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \
|
|
|
By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \
|
|
|
polling, WebSockets, and other applications that require a long-lived connection to each user."
|
|
|
-HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
|
|
|
+HOMEPAGE = "https://www.tornadoweb.org/en/stable/"
|
|
|
LICENSE = "Apache-2.0"
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|