From 95066def93a97a17cdfe84486b2d5de0e0216140 Mon Sep 17 00:00:00 2001 From: Akshay S Dinesh <akshay@learnlearn.in> Date: Sat, 4 Jun 2022 08:32:15 +0530 Subject: [PATCH] add ILUGC Chennai As per request on mailing list by Mohan R See https://forum.disroot.org/t/adding-ilugc-to-fsug-in/9568 --- js/locations.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/locations.js b/js/locations.js index c7af8d2..ce43f4b 100644 --- a/js/locations.js +++ b/js/locations.js @@ -283,4 +283,12 @@ var locations = [{ "MLIST": "", "MATURL": "", "TGURL": "" +}, { + "LAT":"12.991829015583626", + "LNG": "80.22862809291958", + "TITLE": "ILUGC (Indian Linux User Group - Chennai)", + "URL": "https://ilugc.in", + "MLIST": "https://www.freelists.org/list/ilugc", + "MATURL": "https://matrix.to/#/#ilugc:libera.chat", + "TGURL": "" }]; \ No newline at end of file -- GitLab