From cc428330088b296fe9e6b65c9fbe41ad207ac95e Mon Sep 17 00:00:00 2001 From: IcyFire <rajeevrmenon97@live.com> Date: Tue, 4 Jul 2017 15:56:14 +0200 Subject: [PATCH] Update locations.js Added campus FOSSCell of National Institute of Technology, Calicut --- js/locations.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/locations.js b/js/locations.js index b260e02..08be779 100644 --- a/js/locations.js +++ b/js/locations.js @@ -217,4 +217,12 @@ var locations = [{ "MLIST": "", "MATURL": "", "TGURL": "" +}, { + "LAT": "11.3217", + "LNG": "75.9342", + "TITLE": "NIT Calicut FOSS Cell", + "URL": "http://fosscell.nitc.ac.in", + "MLIST": "https://groups.google.com/forum/#!forum/nitcosc", + "MATURL": "https://matrix.to/#/#fosscell:diasp.in", + "TGURL": "https://t.me/fosscell" }]; -- GitLab