mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
insert_funding_yml_donation_links: support polar
This commit is contained in:
parent
c23af7984c
commit
d62b8cc2ed
@ -902,6 +902,11 @@ def insert_funding_yml_donation_links(apps):
|
||||
if s:
|
||||
app['Donate'] = 'https://www.buymeacoffee.com/' + s
|
||||
break
|
||||
elif k == 'polar':
|
||||
s = sanitize_funding_yml_name(v)
|
||||
if s:
|
||||
app['Donate'] = 'https://polar.sh/' + s
|
||||
break
|
||||
|
||||
|
||||
def copy_triple_t_store_metadata(apps):
|
||||
|
Loading…
Reference in New Issue
Block a user