mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Propagate previou change to list_builder.py
This commit is contained in:
parent
bd3b45d51b
commit
dbb082e0e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue