mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #1583 from YunoHost/update-rework-flags
Update/rework maintained and antifeaturesflags
This commit is contained in:
commit
5033ee0722
2 changed files with 221 additions and 144 deletions
|
@ -333,7 +333,7 @@ def build_app_dict(app, infos):
|
||||||
"manifest": manifest,
|
"manifest": manifest,
|
||||||
"state": infos["state"],
|
"state": infos["state"],
|
||||||
"level": infos.get("level", "?"),
|
"level": infos.get("level", "?"),
|
||||||
"maintained": infos.get("maintained", True),
|
"maintained": 'package-not-maintained' in infos.get('antifeatures'),
|
||||||
"high_quality": infos.get("high_quality", False),
|
"high_quality": infos.get("high_quality", False),
|
||||||
"featured": infos.get("featured", False),
|
"featured": infos.get("featured", False),
|
||||||
"category": infos.get("category", None),
|
"category": infos.get("category", None),
|
||||||
|
|
Loading…
Add table
Reference in a new issue