From 893b90a8a2d71df09e66659dac1a138cf3179265 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Mon, 24 Jan 2022 22:38:02 +0100 Subject: [PATCH 1/2] Add Compteur du Gase to the application list Le compteur du Gase is a software to manage products, stocks and people of self-managed grocery. --- apps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps.json b/apps.json index 8202cfa5..6d889c19 100644 --- a/apps.json +++ b/apps.json @@ -437,6 +437,11 @@ ], "url": "https://github.com/YunoHost-Apps/commento_ynh" }, + "compteur_du_gase": { + "category": "office", + "state": "working", + "url": "https://github.com/Jojo144/compteur_du_gase_ynh + }, "concrete5": { "category": "publishing", "level": 7, From 50d30a11fa7d40ecca1da46540b192cbdea9dcb3 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 24 Jan 2022 22:53:21 +0100 Subject: [PATCH 2/2] Fix Compteur du Gase url --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 6d889c19..6a8c5800 100644 --- a/apps.json +++ b/apps.json @@ -440,7 +440,7 @@ "compteur_du_gase": { "category": "office", "state": "working", - "url": "https://github.com/Jojo144/compteur_du_gase_ynh + "url": "https://github.com/Jojo144/compteur_du_gase_ynh" }, "concrete5": { "category": "publishing",