summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.py b/make/configure.py
index 4081e26af..571093e24 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -822,8 +822,8 @@ class Project( Action ):
self.build = time.strftime('%Y%m%d') + '99'
self.title = '%s rev%d (%s)' % (self.name,repo.rev,self.build)
- self.url_appcast = 'http://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch)
- self.url_appnote = 'http://handbrake.fr/appcast/%s.html' % (url_ntype)
+ self.url_appcast = 'https://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch)
+ self.url_appnote = 'https://handbrake.fr/appcast/%s.html' % (url_ntype)
self.msg_end = '%s (%s)' % (self.name,repo.type)
self.fail = False