From b3b4d17a75bd6c1ca2ff6b4dc52191fd74802eed Mon Sep 17 00:00:00 2001 From: Hadrien <26697460+ketsapiwiq@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:32:59 +0100 Subject: [PATCH 1/2] Add Gollum app --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index e8a87d14..3494f8a3 100644 --- a/apps.json +++ b/apps.json @@ -1206,6 +1206,17 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/gogs_webhost_ynh" }, + "gollum": { + "branch": "master", + "category": "publishing", + "state": "working", + "revision": "HEAD", + "maintained": "request_help", + "subtags": [ + "wiki" + ], + "url": "https://github.com/ketsapiwiq/gollum_ynh" + }, "gotify": { "branch": "master", "category": "dev", From 23c2b10b7ec836115d3d800ebc08b95d63b9d964 Mon Sep 17 00:00:00 2001 From: Hadrien <26697460+ketsapiwiq@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:43:01 +0100 Subject: [PATCH 2/2] Change ownership of gollum_ynh to YunoHost-Apps --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 3494f8a3..8fdc0702 100644 --- a/apps.json +++ b/apps.json @@ -1215,7 +1215,7 @@ "subtags": [ "wiki" ], - "url": "https://github.com/ketsapiwiq/gollum_ynh" + "url": "https://github.com/YunoHost-Apps/gollum_ynh" }, "gotify": { "branch": "master",