diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 997403a07..8d42225f7 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -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"]: