From 4e4d92811c7d04fd62196c1ca7de3707328ac7ea Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:22:22 +0100 Subject: [PATCH 1/2] add bookwyrm_ynh --- apps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps.json b/apps.json index d7c676dc..20e9bf20 100644 --- a/apps.json +++ b/apps.json @@ -342,6 +342,15 @@ "wiki" ], "url": "https://github.com/YunoHost-Apps/bookstack_ynh" + }, + "BookWyrm": { + "category": "social_media", + "state": "working", + "maintained": true, + "potential_alternative_to": [ + "ActivityPub" + ], + "url": "https://github.com/YunoHost-Apps/bookwyrm_ynh" }, "borg": { "category": "system_tools", From b4a0ef2968cc143c5a16678725127a431425ec0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:39:10 +0100 Subject: [PATCH 2/2] Update apps.json Co-authored-by: Alexandre Aubin --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 20e9bf20..2dc1f5ea 100644 --- a/apps.json +++ b/apps.json @@ -343,7 +343,7 @@ ], "url": "https://github.com/YunoHost-Apps/bookstack_ynh" }, - "BookWyrm": { + "bookwyrm": { "category": "social_media", "state": "working", "maintained": true,