[fix] Use HTTPS, not HTTP wherever practical (#7040)

* Download RAT binary via HTTPS, not HTTP

* Merge branch 'patch-1' of github.com:hajdbo/incubator-superset into patch-1
This commit is contained in:
Boris Hajduk
2019-03-18 14:21:32 +08:00
committed by Maxime Beauchemin
parent f5274a9c7f
commit 5137539a86
21 changed files with 33 additions and 35 deletions

View File

@@ -120,7 +120,7 @@ setup(
},
author='Apache Software Foundation',
author_email='dev@superset.incubator.apache.org',
url='http://superset.apache.org/',
url='https://superset.apache.org/',
download_url=(
'https://dist.apache.org/repos/dist/release/superset/' + version_string
),