chiark / gitweb /
Merge branch 'master' into logging
[fdroidserver.git] / fdroidserver / update.py
index d72f67f106a05a9eadf61e5241b4db308b32d91b..6f9e6069b4d937c5f983e80bc4f97dc6f3318306 100644 (file)
@@ -97,7 +97,7 @@ def update_wiki(apps, apks):
             wikidata += "This app provides: %s" % ', '.join(app['Summary'].split(','))
 
         wikidata += app['Summary']
-        wikidata += " - [http://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
+        wikidata += " - [https://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
 
         wikidata += "=Description=\n"
         wikidata += metadata.description_wiki(app['Description']) + "\n"