mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix typo in app link hrefs
This commit is contained in:
parent
5822df9231
commit
a1f51ebb4d
2 changed files with 2 additions and 2 deletions
|
|
@ -496,7 +496,7 @@ def read_metadata(xref=True):
|
|||
# errors are caught early rather than when they hit the build server.
|
||||
def linkres(appid):
|
||||
if appid in apps:
|
||||
return ("fdroid:app" + appid, "Dummy name - don't know yet")
|
||||
return ("fdroid.app:" + appid, "Dummy name - don't know yet")
|
||||
raise MetaDataException("Cannot resolve app id " + appid)
|
||||
|
||||
for appid, app in apps.iteritems():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue