mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Fix LTC regex according to BIP-173
This commit is contained in:
parent
007b72bcff
commit
53e0b4bfd7
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@
|
||||||
"Litecoin": {
|
"Litecoin": {
|
||||||
"description": "A Litecoin address for donating to the project.",
|
"description": "A Litecoin address for donating to the project.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z0-9]{39})$"
|
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[ac-hj-np-z0-9]{39})$"
|
||||||
},
|
},
|
||||||
"Name": {
|
"Name": {
|
||||||
"description": "The title of the application, with optional descriptive phrase.",
|
"description": "The title of the application, with optional descriptive phrase.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue