From 77dafc3a876b02aead5ba5ce0367abb418116313 Mon Sep 17 00:00:00 2001 From: Khaleel Jageer <jskcse4@gmail.com> Date: Mon, 19 Aug 2019 13:21:27 +0200 Subject: [PATCH] VGLUG locations added --- js/locations.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/locations.js b/js/locations.js index 893986f..cc524eb 100644 --- a/js/locations.js +++ b/js/locations.js @@ -249,4 +249,12 @@ var locations = [{ "MLIST": "https://groups.google.com/forum/#!forum/vidya-foss-club", "MATURL": "https://matrix.to/#/#FOSSersVAST:matrix.org", "TGURL": "https://t.me/fossersvast" +}, { + "LAT":"11.93855", + "LNG": "79.4984801", + "TITLE": "Viluppuram GLUG", + "URL": "https://vglug.org", + "MLIST": "https://groups.google.com/forum/#!forum/viluppuramglug", + "MATURL": "https://matrix.to/#/+vglug:matrix.org", + "TGURL": "" }]; \ No newline at end of file -- GitLab