From 69393e2d838785b2ee5c92df98d0e3cd208450f4 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Mon, 1 Mar 2021 12:34:31 +0100 Subject: [PATCH 1/2] Add question2answer to the repository --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 0c988685..50fad594 100644 --- a/apps.json +++ b/apps.json @@ -2739,6 +2739,12 @@ "state": "working", "url": "https://code.antopie.org/miraty/qr_ynh" }, + "question2answer": { + "branch": "master", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/nils-van-zuijlen/question2answer_ynh" + }, "radicale": { "branch": "master", "category": "synchronization", From 808eb17f206879138a0d0803d6d1bfa7719a725f Mon Sep 17 00:00:00 2001 From: Nils Van Zuijlen Date: Mon, 1 Mar 2021 15:57:26 +0100 Subject: [PATCH 2/2] Put Q2A in communication Co-authored-by: Alexandre Aubin --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 50fad594..f6375c74 100644 --- a/apps.json +++ b/apps.json @@ -2741,6 +2741,7 @@ }, "question2answer": { "branch": "master", + "category": "communication", "revision": "HEAD", "state": "working", "url": "https://github.com/nils-van-zuijlen/question2answer_ynh"