From a9c9cbac36568676be194024f6f660e4fc3f03b6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 28 May 2019 20:24:03 +0200 Subject: [PATCH] Add old list to applist migration --- src/yunohost/data_migrations/0010_migrate_to_apps_json.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yunohost/data_migrations/0010_migrate_to_apps_json.py b/src/yunohost/data_migrations/0010_migrate_to_apps_json.py index 442d52492..86664ecf1 100644 --- a/src/yunohost/data_migrations/0010_migrate_to_apps_json.py +++ b/src/yunohost/data_migrations/0010_migrate_to_apps_json.py @@ -22,6 +22,7 @@ class MyMigration(Migration): # Remove all the deprecated lists lists_to_remove = [ + "http://app.yunohost.org/list.json", # Old list on old installs, alias to official.json "https://app.yunohost.org/official.json", "https://app.yunohost.org/community.json", "https://labriqueinter.net/apps/labriqueinternet.json"