Merge pull request #1583 from YunoHost/update-rework-flags

Update/rework maintained and antifeaturesflags
This commit is contained in:
Éric Gaspar 2023-01-07 00:23:49 +01:00 committed by GitHub
commit 022489540b

View file

@ -333,7 +333,7 @@ def build_app_dict(app, infos):
"manifest": manifest,
"state": infos["state"],
"level": infos.get("level", "?"),
"maintained": infos.get("maintained", True),
"maintained": 'package-not-maintained' in infos.get('antifeatures'),
"high_quality": infos.get("high_quality", False),
"featured": infos.get("featured", False),
"category": infos.get("category", None),