From 3507abc35f412361e5771e4d920e30653108cba2 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 21 Sep 2023 15:03:10 +0300 Subject: [PATCH] update nodes description --- src/config/nodes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/nodes.json b/src/config/nodes.json index 07cb99a..50a40d6 100644 --- a/src/config/nodes.json +++ b/src/config/nodes.json @@ -1,11 +1,11 @@ [ { - "description":"YGGtracker instance #1 with main branch updates", + "description":"YGGtracker instance #1 running latest stable release", "url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker", "manifest":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/manifest.json" }, { - "description":"YGGtracker instance #2 with main branch updates", + "description":"YGGtracker instance #2 running latest stable release", "url":"http://[200:e6fd:bb3c:b354:cd3a:f939:753e:cd72]/yggtracker", "manifest":"http://[200:e6fd:bb3c:b354:cd3a:f939:753e:cd72]/yggtracker/api/manifest.json" }