mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye migration: add ffsync to deprecated apps
This commit is contained in:
parent
71ad719aaf
commit
77c2f5dcd6
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ def is_true(arg):
|
|||
def unstable_apps():
|
||||
|
||||
output = []
|
||||
deprecated_apps = ["mailman"]
|
||||
deprecated_apps = ["mailman", "ffsync"]
|
||||
|
||||
for infos in app_list(full=True)["apps"]:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue