Merge branch 'master' into logging

This commit is contained in:
Daniel Martí 2014-01-31 09:14:03 +01:00
commit 8b26f4b319
4 changed files with 9 additions and 9 deletions

View 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"