From 743f2f9a7e3715dd2f32104f3032fc79adb2c1b4 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 14 Aug 2023 16:56:44 +0200
Subject: [PATCH] enh(about): Add link to see all contributors

---
 app/config.json                | 9 ++++-----
 www/templates/modal_about.html | 3 ++-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/config.json b/app/config.json
index 2635d7ce7..0ada6c38b 100644
--- a/app/config.json
+++ b/app/config.json
@@ -76,14 +76,13 @@
         "host": "duniter.moul.re",
         "port": 443,
         "path": "/bma"
-      },
-      {
-        "host": "duniter-v1-g1.axiom-team.fr",
-        "port": 443
       }
     ],
     "developers": [
-      {"name": "Benoit Lavenier", "pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"}
+      {"name": "Benoit Lavenier", "pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"},
+      {"name": "Cédric Moreau", "pubkey": "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ"},
+      {"name": "Kapis", "pubkey": "24jaf8XhYZyDyUb7hMcy5qsanaHBC11AwPefcCQRBQNA"},
+      {"name": "Matograine", "pubkey": "CmFKubyqbmJWbhyH2eEPVSSs4H4NeXGDfrETzEnRFtPd"}
     ],
     "plugins":{
       "es": {
diff --git a/www/templates/modal_about.html b/www/templates/modal_about.html
index d8113a5a6..3009ea519 100644
--- a/www/templates/modal_about.html
+++ b/www/templates/modal_about.html
@@ -69,7 +69,8 @@
           <a href="https://github.com/bpresles" target="_system">bpresles</a>,
           <a href="https://github.com/c-geek" target="_system">cgeek</a>,
           <a href="https://github.com/devingfx" target="_system">DiG</a>,
-          <a href="https://git.duniter.org/ji_emme" target="_system">Ji_emme</a>
+          <a href="https://git.duniter.org/ji_emme" target="_system">Ji_emme</a>,
+          <a href="https://github.com/duniter/cesium/graphs/contributors" target="_system" title="{{'HOME.SHOW_ALL_FEED'|translate}}">...</a>
         </h3>
       </ion-item>
 
-- 
GitLab