mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
insert_funding_yml_donation_links: support polar
This commit is contained in:
parent
c23af7984c
commit
d62b8cc2ed
1 changed files with 5 additions and 0 deletions
|
|
@ -902,6 +902,11 @@ def insert_funding_yml_donation_links(apps):
|
||||||
if s:
|
if s:
|
||||||
app['Donate'] = 'https://www.buymeacoffee.com/' + s
|
app['Donate'] = 'https://www.buymeacoffee.com/' + s
|
||||||
break
|
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):
|
def copy_triple_t_store_metadata(apps):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue