git » python-tornado.git » commit 34a462b

Replace http:// urls with https://

author Brett Cornwall
2019-07-02 04:36:16 UTC
committer Brett Cornwall
2019-07-02 04:36:16 UTC
parent f032f9168018629a6d74b73226fe3a311be384ca

Replace http:// urls with https://

These packages' sites were all verified as https:// functional

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 295bd2f..e17e555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=6.0.3
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('x86_64')
-url='http://www.tornadoweb.org/'
+url='https://www.tornadoweb.org/'
 license=('Apache')
 depends=('python')
 optdepends=('python-pycurl: for tornado.curl_httpclient'