Propagate previou change to list_builder.py
This commit is contained in:
parent
ce1519fb32
commit
49cf1d117b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user