mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #745 from YunoHost/fix-missing-internetcube-list
[fix] Missing internetcube list
This commit is contained in:
commit
f9eb2dbe37
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ class MyMigration(Migration):
|
||||||
"app.yunohost.org/list.json", # Old list on old installs, alias to official.json
|
"app.yunohost.org/list.json", # Old list on old installs, alias to official.json
|
||||||
"app.yunohost.org/official.json",
|
"app.yunohost.org/official.json",
|
||||||
"app.yunohost.org/community.json",
|
"app.yunohost.org/community.json",
|
||||||
"labriqueinter.net/apps/labriqueinternet.json"
|
"labriqueinter.net/apps/labriqueinternet.json",
|
||||||
|
"labriqueinter.net/internetcube.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
appslists = _read_appslist_list()
|
appslists = _read_appslist_list()
|
||||||
|
|
Loading…
Add table
Reference in a new issue