https instead of http

This commit is contained in:
Cayo Puigdefabregas 2022-12-14 17:41:35 +01:00
parent 01a3a97c2b
commit 63c7b29233
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
isos = { isos = {
"demo": { "demo": {
'iso': "USODY_2022.8.0-Demo.iso", 'iso': "USODY_2022.8.0-Demo.iso",
'url': 'http://releases.usody.com/demo/', 'url': 'https://releases.usody.com/demo/',
}, },
"register": { "register": {
'iso': "USODY_2022.8.0-beta.iso", 'iso': "USODY_2022.8.0-beta.iso",
'url': 'http://releases.usody.com/2022/', 'url': 'https://releases.usody.com/2022/',
}, },
"erease": { "erease": {
'iso': "USODY_14.0.0.iso", 'iso': "USODY_14.0.0.iso",
'url': 'http://releases.usody.com/v14/', 'url': 'https://releases.usody.com/v14/',
}, },
} }