From 497a09c310ef3592eeb33e3f6972d6d58ac4d81f Mon Sep 17 00:00:00 2001
From: Chris Heitkamp aka SuperVirus <supervirus@member.warpzone.ms>
Date: Wed, 29 Apr 2015 16:13:47 +0200
Subject: [PATCH] Updated geo location

---
 api/spaceapi.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/spaceapi.php b/api/spaceapi.php
index 0bc4af8..b1d8d57 100644
--- a/api/spaceapi.php
+++ b/api/spaceapi.php
@@ -48,8 +48,8 @@
 		),
 		'location' => Array(
 			'address' => 'warpzone e.V., Haus G, Am Hawerkamp 31, 48155 Münster, Germany',
-			'lon' => 7.638216,
-			'lat' => 51.943376,
+			'lon' => 7.638903,
+			'lat' => 51.944532,
 		),
 		'contact' => Array(
 			'phone' => '+49 251 39500271',
-- 
GitLab