mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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']),
|
['LiberapayID']),
|
||||||
|
|
||||||
FieldValidator("Open Collective",
|
FieldValidator("Open Collective",
|
||||||
r'^[0-9a-z-]+$',
|
r'^[0-9A-Za-z-]+$',
|
||||||
['OpenCollective']),
|
['OpenCollective']),
|
||||||
|
|
||||||
FieldValidator("HTTP link",
|
FieldValidator("HTTP link",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue