Merge pull request #745 from YunoHost/fix-missing-internetcube-list

[fix] Missing internetcube list
This commit is contained in:
Alexandre Aubin 2019-07-02 14:42:20 +02:00 committed by GitHub
commit f9eb2dbe37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,8 @@ class MyMigration(Migration):
"app.yunohost.org/list.json", # Old list on old installs, alias to official.json
"app.yunohost.org/official.json",
"app.yunohost.org/community.json",
"labriqueinter.net/apps/labriqueinternet.json"
"labriqueinter.net/apps/labriqueinternet.json",
"labriqueinter.net/internetcube.json"
]
appslists = _read_appslist_list()