mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
schema: Donate must be an HTTPS url
This commit is contained in:
parent
69764c5185
commit
0313c1be47
3 changed files with 5 additions and 3 deletions
|
|
@ -58,6 +58,6 @@ Builds:
|
||||||
|
|
||||||
ArchivePolicy: 0
|
ArchivePolicy: 0
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '1.19'
|
CurrentVersion: '1.19'
|
||||||
CurrentVersionCode: 119
|
CurrentVersionCode: 119
|
||||||
|
|
|
||||||
|
|
@ -34,5 +34,6 @@ Builds:
|
||||||
|
|
||||||
ArchivePolicy: 0
|
ArchivePolicy: 0
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
CurrentVersion: None
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 2.2.0
|
||||||
CurrentVersionCode: 10
|
CurrentVersionCode: 10
|
||||||
|
|
|
||||||
|
|
@ -251,7 +251,8 @@
|
||||||
},
|
},
|
||||||
"Donate": {
|
"Donate": {
|
||||||
"description": "The URL to donate to the project.",
|
"description": "The URL to donate to the project.",
|
||||||
"$ref": "#/definitions/url"
|
"type": "string",
|
||||||
|
"pattern": "^https://.*$"
|
||||||
},
|
},
|
||||||
"Liberapay": {
|
"Liberapay": {
|
||||||
"description": "The project's Liberapay (https://liberapay.com) user or group name.",
|
"description": "The project's Liberapay (https://liberapay.com) user or group name.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue