Change the update notification download link to use https

This commit is contained in:
Kovid Goyal 2016-06-05 08:25:58 +05:30
parent dba833795f
commit 1c1aba239b

View File

@ -25,7 +25,7 @@ def get_download_url():
else 'osx' if isosx else 'linux')
if which == 'windows' and is64bit:
which += '64'
return 'http://calibre-ebook.com/download_' + which
return 'https://calibre-ebook.com/download_' + which
def get_newest_version():
try: