mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Donate links (for apps that have them) into the index, and on the web site
This commit is contained in:
parent
f775773439
commit
aaa98fe8b5
3 changed files with 9 additions and 2 deletions
|
@ -34,7 +34,7 @@ def read_metadata():
|
|||
thisinfo['web'] = ''
|
||||
thisinfo['source'] = ''
|
||||
thisinfo['tracker'] = ''
|
||||
thisinfo['donate'] = ''
|
||||
thisinfo['donate'] = None
|
||||
thisinfo['disabled'] = None
|
||||
thisinfo['antifeatures'] = None
|
||||
thisinfo['marketversion'] = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue