From 1c1aba239b7f28684d190e7283ac61e0daf03ae5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Jun 2016 08:25:58 +0530 Subject: [PATCH] Change the update notification download link to use https --- src/calibre/gui2/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index 770aed0036..8183b2c29a 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -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: