From 5c487db8c468b6943ff20eef7df43a5d40fe22b6 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Mon, 21 Feb 2022 19:06:23 +0100 Subject: [PATCH 1/2] Update apps.json Add application Digiwords --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index 08111eab..4944e359 100644 --- a/apps.json +++ b/apps.json @@ -597,6 +597,14 @@ ], "url": "https://github.com/aymhce/diasporadocker_ynh" }, + "digiwords": { + "category": "small_utilities", + "state": "working", + "subtags": [ + "wordclouds" + ], + "url": "https://github.com/YunoHost-Apps/digiwords_ynh" + }, "discourse": { "category": "communication", "level": 7, From 6a077fa7a65ad2aa142481d5c8650b1e1ef6bba1 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Mon, 21 Feb 2022 19:44:24 +0100 Subject: [PATCH 2/2] Fix apps.json Remove controversial subtag. --- apps.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps.json b/apps.json index 4944e359..d7b90e7c 100644 --- a/apps.json +++ b/apps.json @@ -600,9 +600,6 @@ "digiwords": { "category": "small_utilities", "state": "working", - "subtags": [ - "wordclouds" - ], "url": "https://github.com/YunoHost-Apps/digiwords_ynh" }, "discourse": {