From 2d5602700128a2444ebc7afb04bac98803c6a157 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:23:04 +0100 Subject: [PATCH 1/2] Add forgejo to catalog --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 4bb3a3aa..a3ecb33e 100644 --- a/apps.json +++ b/apps.json @@ -1325,6 +1325,16 @@ "business_and_ngos" ], "url": "https://github.com/YunoHost-Apps/foodsoft_ynh" + }, + "forgejo": { + "category": "dev", + "state": "working", + "maintained": true, + "potential_alternative_to": [ + "GitLab", + "Gitea", + ], + "url": "https://github.com/YunoHost-Apps/forgejo_ynh" }, "framaestro": { "category": "communication", From b9dfe64d8ea741653ff7600a7839ed8e2a8cddb3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Jan 2023 18:48:22 +0100 Subject: [PATCH 2/2] Update apps.json --- apps.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index a3ecb33e..bc61693e 100644 --- a/apps.json +++ b/apps.json @@ -1326,13 +1326,11 @@ ], "url": "https://github.com/YunoHost-Apps/foodsoft_ynh" }, - "forgejo": { + "forgejo": { "category": "dev", "state": "working", - "maintained": true, "potential_alternative_to": [ - "GitLab", - "Gitea", + "GitHub" ], "url": "https://github.com/YunoHost-Apps/forgejo_ynh" },