mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 01:30:30 +03:00
remove liberapayID
This commit is contained in:
parent
96d80fbd7c
commit
5858d8fcb4
13 changed files with 1 additions and 22 deletions
|
|
@ -69,7 +69,6 @@ yaml_app_field_order = [
|
|||
'Donate',
|
||||
'FlattrID',
|
||||
'Liberapay',
|
||||
'LiberapayID',
|
||||
'OpenCollective',
|
||||
'Bitcoin',
|
||||
'Litecoin',
|
||||
|
|
@ -132,7 +131,6 @@ class App(dict):
|
|||
self.Donate = None
|
||||
self.FlattrID = None
|
||||
self.Liberapay = None
|
||||
self.LiberapayID = None
|
||||
self.OpenCollective = None
|
||||
self.Bitcoin = None
|
||||
self.Litecoin = None
|
||||
|
|
@ -404,10 +402,6 @@ valuetypes = {
|
|||
VALID_USERNAME_REGEX,
|
||||
['Liberapay']),
|
||||
|
||||
FieldValidator("Liberapay ID",
|
||||
r'^[0-9]+$',
|
||||
['LiberapayID']),
|
||||
|
||||
FieldValidator("Open Collective",
|
||||
VALID_USERNAME_REGEX,
|
||||
['OpenCollective']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue