From 658417931bcdb40b44d0a0d1bb9dda734593eeda Mon Sep 17 00:00:00 2001 From: Aarush Ahuja <ahujaarush@gmail.com> Date: Sat, 23 Sep 2017 19:56:32 +0200 Subject: [PATCH] Update locations.js --- js/locations.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/locations.js b/js/locations.js index 08be779..00a2985 100644 --- a/js/locations.js +++ b/js/locations.js @@ -225,4 +225,12 @@ var locations = [{ "MLIST": "https://groups.google.com/forum/#!forum/nitcosc", "MATURL": "https://matrix.to/#/#fosscell:diasp.in", "TGURL": "https://t.me/fosscell" +}, { + "LAT": "28.6139", + "LNG": "77.2090", + "TITLE": "Indian Linux User's Group Delhi", + "URL": "http://www.linuxdelhi.org/", + "MLIST": "", + "MATURL": "https://matrix.to/#/#ilugd:matrix.org", + "TGURL": "https://t.me/joinchat/AAAAAEAc48wCHkUXViXBcg" }]; -- GitLab