mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add old list to applist migration
This commit is contained in:
parent
f6f73c23b1
commit
a9c9cbac36
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue