From 68616efd8c9a234e2c23fde0bec8f686f81b927e Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Fri, 4 Jun 2021 18:27:00 +0200 Subject: [PATCH 1/3] Update apps.json --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 6d6aa8c6..480133cd 100644 --- a/apps.json +++ b/apps.json @@ -388,6 +388,12 @@ ], "url": "https://github.com/YunoHost-Apps/civicrm_drupal7_ynh" }, + "codepad": { + "branch": "master", + "revision": "HEAD", + "url": "https://github.com/YunoHost-Apps/codepad_ynh", + "state": "working" + } "cockpit": { "branch": "master", "category": "system_tools", From 39690366948b93add8956ff5aa014f55eef8b3e5 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 5 Jun 2021 10:53:14 +0200 Subject: [PATCH 2/3] Update apps.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- apps.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 480133cd..0b5a1fad 100644 --- a/apps.json +++ b/apps.json @@ -390,9 +390,13 @@ }, "codepad": { "branch": "master", + "category": "dev", "revision": "HEAD", - "url": "https://github.com/YunoHost-Apps/codepad_ynh", - "state": "working" + "state": "working", + "subtags": [ + "programming" + ], + "url": "https://github.com/YunoHost-Apps/codepad_ynh" } "cockpit": { "branch": "master", From 0cb1e217f6148ee7740d29987867a59f137b4870 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 5 Jun 2021 11:00:11 +0200 Subject: [PATCH 3/3] Update apps.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 0b5a1fad..c0544477 100644 --- a/apps.json +++ b/apps.json @@ -397,7 +397,7 @@ "programming" ], "url": "https://github.com/YunoHost-Apps/codepad_ynh" - } + }, "cockpit": { "branch": "master", "category": "system_tools",