mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
schema: fix litecoin address regex
This commit is contained in:
parent
7cd7520a48
commit
bffd7a819f
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@
|
|||
"Litecoin": {
|
||||
"description": "A Litecoin address for donating to the project.",
|
||||
"type": "string",
|
||||
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z]{39})$"
|
||||
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z0-9]{39})$"
|
||||
},
|
||||
"Name": {
|
||||
"description": "The title of the application, with optional descriptive phrase.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue