From 3ea396adefc1c3364e84b4a5f28055e21d37ca2d Mon Sep 17 00:00:00 2001 From: "from KABI.tk" Date: Mon, 11 Feb 2019 08:39:14 +0100 Subject: [PATCH 1/2] Add KABI.tk --- directory.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/directory.json b/directory.json index 924f325..74e3501 100644 --- a/directory.json +++ b/directory.json @@ -8,5 +8,6 @@ "hackerspaces.be" : "https://hackerspaces.be/librehost.json", "snopyta.org" : "https://snopyta.org/librehost.json", "LibreOps" : "https://libreops.cc/librehost.json", -"Disroot.org" : "https://disroot.org/librehost/librehost.json" +"Disroot.org" : "https://disroot.org/librehost/librehost.json", +"KABI.tk" : "https://kabi.tk/librehost.json" } -- GitLab From 3da292f4a7bc69f6b4c5224ad192c3d1ae72b93b Mon Sep 17 00:00:00 2001 From: "from KABI.tk" Date: Mon, 11 Feb 2019 12:41:39 +0100 Subject: [PATCH 2/2] - add KABI.tk - json-file in alphabetical order --- directory.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/directory.json b/directory.json index 74e3501..d1ee43e 100644 --- a/directory.json +++ b/directory.json @@ -1,13 +1,13 @@ { -"weho.st" : "https://weho.st/librehost.json", -"Petites Singularités" : "https://ps.lesoiseaux.io/librehost.json", -"lain haus" : "https://lain.haus/librehost.json", -"Indie.Host" : "https://indie.host/librehost.json", -"aktivix.org" : "https://aktivix.org/librehost.json", -"Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", -"hackerspaces.be" : "https://hackerspaces.be/librehost.json", -"snopyta.org" : "https://snopyta.org/librehost.json", -"LibreOps" : "https://libreops.cc/librehost.json", -"Disroot.org" : "https://disroot.org/librehost/librehost.json", -"KABI.tk" : "https://kabi.tk/librehost.json" -} +aktivix.org : "https://aktivix.org/librehost.json", +Disroot.org : "https://disroot.org/librehost/librehost.json", +hackerspaces.be : "https://hackerspaces.be/librehost.json", +Indie.Host : "https://indie.host/librehost.json", +kabi.tk : "https://kabi.tk/librehost.json", +lain haus : "https://lain.haus/librehost.json", +LibreOps : "https://libreops.cc/librehost.json", +Petites Singularités : "https://ps.lesoiseaux.io/librehost.json", +snopyta.org : "https://snopyta.org/librehost.json", +Webarchitects Cooperative : "https://www.webarchitects.coop/librehost-api/librehost.json", +weho.st : "https://weho.st/librehost.json" +} \ No newline at end of file -- GitLab