mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
lint: fix OpenCollective field validator
closes fdroiddata#2077
This commit is contained in:
parent
cad4dc18c6
commit
49d414635a
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ valuetypes = {
|
|||
['LiberapayID']),
|
||||
|
||||
FieldValidator("Open Collective",
|
||||
r'^[0-9a-z-]+$',
|
||||
r'^[0-9A-Za-z-]+$',
|
||||
['OpenCollective']),
|
||||
|
||||
FieldValidator("HTTP link",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue