From b06ee53508142927f54ff8ba73e1101deb8ff9e5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 4 Mar 2022 20:00:09 +0000 Subject: [PATCH 1/2] Update app's level --- apps.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index eb57e955..50d4c620 100644 --- a/apps.json +++ b/apps.json @@ -599,7 +599,7 @@ }, "digiwords": { "category": "small_utilities", - "level": 6, + "level": 7, "state": "working", "url": "https://github.com/YunoHost-Apps/digiwords_ynh" }, @@ -1720,7 +1720,7 @@ }, "lufi": { "category": "synchronization", - "level": 8, + "level": 6, "state": "working", "subtags": [ "files" @@ -2317,6 +2317,7 @@ }, "openproject": { "category": "productivity_and_management", + "level": 7, "state": "working", "url": "https://github.com/YunoHost-Apps/openproject_ynh" }, @@ -2389,6 +2390,7 @@ }, "pagure": { "category": "dev", + "level": 7, "maintained": false, "state": "working", "subtags": [ @@ -2453,7 +2455,7 @@ }, "pgadmin": { "category": "system_tools", - "level": 4, + "level": 0, "state": "working", "subtags": [ "db" @@ -3127,6 +3129,7 @@ }, "spacedeck": { "category": "office", + "level": 7, "state": "working", "url": "https://github.com/YunoHost-Apps/spacedeck_ynh" }, @@ -3536,7 +3539,7 @@ }, "webmin": { "category": "system_tools", - "level": 8, + "level": 2, "state": "working", "url": "https://github.com/YunoHost-Apps/webmin_ynh" }, From b79e2b56def21c507287c30afada2b23b1986279 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 4 Mar 2022 22:54:42 +0100 Subject: [PATCH 2/2] Fix webmin level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 50d4c620..c9698539 100644 --- a/apps.json +++ b/apps.json @@ -3539,7 +3539,7 @@ }, "webmin": { "category": "system_tools", - "level": 2, + "level": 8, "state": "working", "url": "https://github.com/YunoHost-Apps/webmin_ynh" },