mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +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
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.19'
|
||||
CurrentVersionCode: 119
|
||||
|
|
|
|||
|
|
@ -34,5 +34,6 @@ Builds:
|
|||
|
||||
ArchivePolicy: 0
|
||||
AutoUpdateMode: None
|
||||
CurrentVersion: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.2.0
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
|
|
@ -251,7 +251,8 @@
|
|||
},
|
||||
"Donate": {
|
||||
"description": "The URL to donate to the project.",
|
||||
"$ref": "#/definitions/url"
|
||||
"type": "string",
|
||||
"pattern": "^https://.*$"
|
||||
},
|
||||
"Liberapay": {
|
||||
"description": "The project's Liberapay (https://liberapay.com) user or group name.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue