From dcfe71065420bed4b3106b276c3e56a844e0fb85 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 18 May 2020 22:39:13 +0200 Subject: [PATCH 1/2] Add glitchsoc to apps.json --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index 06e24da5..67ffc7e4 100644 --- a/apps.json +++ b/apps.json @@ -942,6 +942,13 @@ ], "url": "https://github.com/matlink/gitweb_ynh" }, + "glitchsoc": { + "branch": "master", + "revision": "HEAD", + "url": "https://github.com/Tagadda/glitch-soc_ynh", + "state": "inprogress" + + }, "glowingbear": { "branch": "master", "category": "communication", From fdb1c1da8806de7f8a063a0ed30b691a2127a2c9 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 18 May 2020 22:42:20 +0200 Subject: [PATCH 2/2] Add category and subtags --- apps.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps.json b/apps.json index 67ffc7e4..f3b6bde0 100644 --- a/apps.json +++ b/apps.json @@ -944,8 +944,12 @@ }, "glitchsoc": { "branch": "master", + "category": "social_media", "revision": "HEAD", "url": "https://github.com/Tagadda/glitch-soc_ynh", + "subtags": [ + "microblogging" + ], "state": "inprogress" },