From e17dec27ac303747aecc204fea9cc9c861e83b8e Mon Sep 17 00:00:00 2001
From: Jay Patel <jaypatelani@gmail.com>
Date: Tue, 31 Jul 2018 17:25:20 +0200
Subject: [PATCH] Update locations.js

---
 js/locations.js | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/js/locations.js b/js/locations.js
index ba8c065..f8ce293 100644
--- a/js/locations.js
+++ b/js/locations.js
@@ -233,4 +233,12 @@ var locations = [{
   "MLIST": "",
   "MATURL": "https://matrix.to/#/#ilugd:matrix.org",
   "TGURL": "https://t.me/joinchat/AAAAAEAc48wCHkUXViXBcg"
-}];
+}, {
+   "LAT":" 23.6",
+   "LNG": "72.95",
+   "TITLE": "UnitedBSD (BSD users Group) ",
+   "URL": "https://unitedbsd.com",
+   "MLIST": "",
+   "MATURL": "https://riot.im/app/#/room/#bsd:matrix.org",
+   "TGURL": "https://t.me/unitedbsd"
+}];
\ No newline at end of file
-- 
GitLab