From c98c0c4d837dedc2ee9e15be96f0ffab63576377 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 14 Mar 2022 04:01:04 +0100 Subject: [PATCH 1/2] adding gotosocial --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index 70b49af3..1a98b112 100644 --- a/apps.json +++ b/apps.json @@ -1186,6 +1186,14 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/gotify_ynh" }, + "gotosocial": { + "category": "social_media", + "state": "working", + "subtags": [ + "microblogging" + ], + "url": "https://github.com/OniriCorpe/gotosocial_ynh" + }, "grafana": { "category": "system_tools", "level": 8, From 92898588a13d7196ba3724fcb8169fd86f3264af Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 16 Mar 2022 06:04:32 +0100 Subject: [PATCH 2/2] edit url according to the repo moving to ynh-apps org --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 1a98b112..01b63b2d 100644 --- a/apps.json +++ b/apps.json @@ -1192,7 +1192,7 @@ "subtags": [ "microblogging" ], - "url": "https://github.com/OniriCorpe/gotosocial_ynh" + "url": "https://github.com/YunoHost-Apps/gotosocial_ynh" }, "grafana": { "category": "system_tools",