bullseye migration: add ffsync to deprecated apps

This commit is contained in:
Alexandre Aubin 2022-08-13 20:05:40 +02:00
parent 71ad719aaf
commit 77c2f5dcd6

View file

@ -2502,7 +2502,7 @@ def is_true(arg):
def unstable_apps(): def unstable_apps():
output = [] output = []
deprecated_apps = ["mailman"] deprecated_apps = ["mailman", "ffsync"]
for infos in app_list(full=True)["apps"]: for infos in app_list(full=True)["apps"]: