mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Add Liberapay support
This commit is contained in:
parent
858b398927
commit
19a83b6219
9 changed files with 21 additions and 1 deletions
|
|
@ -135,6 +135,8 @@ regex_checks = {
|
|||
'Donate': http_checks + [
|
||||
(re.compile(r'.*flattr\.com'),
|
||||
_("Flattr donation methods belong in the FlattrID flag")),
|
||||
(re.compile(r'.*liberapay\.com'),
|
||||
_("Liberapay donation methods belong in the LiberapayID flag")),
|
||||
],
|
||||
'Changelog': http_checks,
|
||||
'Author Name': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue