mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Add flattr to index
This commit is contained in:
parent
6808d5d5ed
commit
762667f3cc
1 changed files with 2 additions and 0 deletions
|
@ -475,6 +475,8 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
addElement('donate', app['Donate'], doc, apel)
|
||||
if app['Bitcoin'] != None:
|
||||
addElement('bitcoin', app['Bitcoin'], doc, apel)
|
||||
if app['FlattrID'] != None:
|
||||
addElement('flattr', app['FlattrID'], doc, apel)
|
||||
|
||||
# These elements actually refer to the current version (i.e. which
|
||||
# one is recommended. They are historically mis-named, and need
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue