mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Modify app list URL to have a proper SSL certificate
This commit is contained in:
parent
33b749a9f8
commit
4e3968fd96
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ def app_fetchlist(url=None, name=None):
|
|||
|
||||
Keyword argument:
|
||||
name -- Name of the list (default yunohost)
|
||||
url -- URL of remote JSON list (default https://app.yunohost.org/list.json)
|
||||
url -- URL of remote JSON list (default https://yunohost.org/list.json)
|
||||
|
||||
"""
|
||||
# Create app path if not exists
|
||||
|
@ -74,7 +74,7 @@ def app_fetchlist(url=None, name=None):
|
|||
except OSError: os.makedirs(repo_path)
|
||||
|
||||
if url is None:
|
||||
url = 'https://app.yunohost.org/list.json'
|
||||
url = 'https://yunohost.org/list.json'
|
||||
name = 'yunohost'
|
||||
else:
|
||||
if name is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue