Browse Source

Changed monkey2.monkey-x.com to monkeycoder.co.nz in module.json files.

Mark Sibly 8 years ago
parent
commit
9a83b0b8de

+ 1 - 1
modules/jni/module.json

@@ -3,6 +3,6 @@
 	"about":"Java JNI wrapper",
 	"about":"Java JNI wrapper",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/libc/module.json

@@ -3,6 +3,6 @@
 	"about":"StdC library wrapper",
 	"about":"StdC library wrapper",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":[]
 	"depends":[]
 }
 }

+ 1 - 1
modules/litehtml/module.json

@@ -3,6 +3,6 @@
 	"about":"Simple html renderer",
 	"about":"Simple html renderer",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/miniz/module.json

@@ -3,6 +3,6 @@
 	"about":"Mini Zip library",
 	"about":"Mini Zip library",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/mojo/module.json

@@ -3,6 +3,6 @@
 	"about":"Monkey2 app framework",
 	"about":"Monkey2 app framework",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["freetype","emscripten","std","sdl2","gles20","openal"]
 	"depends":["freetype","emscripten","std","sdl2","gles20","openal"]
 }
 }

+ 1 - 1
modules/mojox/module.json

@@ -3,6 +3,6 @@
 	"about":"GUI extensions for mojo",
 	"about":"GUI extensions for mojo",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["std","mojo","hoedown","litehtml"]
 	"depends":["std","mojo","hoedown","litehtml"]
 }
 }

+ 1 - 1
modules/monkey/module.json

@@ -3,6 +3,6 @@
 	"about":"Core language functionality",
 	"about":"Core language functionality",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":[]
 	"depends":[]
 }
 }

+ 1 - 1
modules/openal/module.json

@@ -3,6 +3,6 @@
 	"about":"OpenAL library wrapper",
 	"about":"OpenAL library wrapper",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/reflection/module.json

@@ -3,6 +3,6 @@
 	"about":"Reflection support",
 	"about":"Reflection support",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":[]
 	"depends":[]
 }
 }

+ 1 - 1
modules/sdl2-mixer/module.json

@@ -3,6 +3,6 @@
 	"about":"SDL mixer library",
 	"about":"SDL mixer library",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["sdl2"]
 	"depends":["sdl2"]
 }
 }

+ 1 - 1
modules/sdl2/module.json

@@ -3,6 +3,6 @@
 	"about":"SDL2 library wrapper",
 	"about":"SDL2 library wrapper",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc","gles20"]
 	"depends":["libc","gles20"]
 }
 }

+ 1 - 1
modules/stb-image-write/module.json

@@ -3,6 +3,6 @@
 	"about":"Minimal image saver lib",
 	"about":"Minimal image saver lib",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/stb-image/module.json

@@ -3,6 +3,6 @@
 	"about":"Minimal image loader",
 	"about":"Minimal image loader",
 	"author":"Sean T Barret/Mark Sibly",
 	"author":"Sean T Barret/Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc"]
 	"depends":["libc"]
 }
 }

+ 1 - 1
modules/stb-truetype/module.json

@@ -3,6 +3,6 @@
 	"about":"Minimal truetype lib",
 	"about":"Minimal truetype lib",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":[]
 	"depends":[]
 }
 }

+ 9 - 9
modules/stb-vorbis/module.json

@@ -1,10 +1,10 @@
-{
-	"module":"stb-vorbis",
-	"about":"Minimal vorbis loader",
-	"author":"Sean Barret",
-	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
-	"depends":[]
-}
-
+{
+	"module":"stb-vorbis",
+	"about":"Minimal vorbis loader",
+	"author":"Sean Barret",
+	"version":"1.0.0",
+	"support":"http://monkeycoder.co.nz",
+	"depends":[]
+}
+
 	
 	

+ 1 - 1
modules/std/module.json

@@ -3,6 +3,6 @@
 	"about":"Standard monkey2 library",
 	"about":"Standard monkey2 library",
 	"author":"Mark Sibly",
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
+	"support":"http://monkeycoder.co.nz",
 	"depends":["libc","jni","sdl2","miniz","stb-image","stb-image-write","stb-vorbis"]
 	"depends":["libc","jni","sdl2","miniz","stb-image","stb-image-write","stb-vorbis"]
 }
 }

+ 8 - 8
modules/theoraplayer/module.json

@@ -1,8 +1,8 @@
-{
-	"module":"theoraplayer",
-	"about":"Minimal theora player",
-	"author":"Kresimir Spes",
-	"version":"1.0.0",
-	"support":"http://monkey2.monkey-x.com",
-	"depends":["openal","libc"]
-}
+{
+	"module":"theoraplayer",
+	"about":"Minimal theora player",
+	"author":"Kresimir Spes",
+	"version":"1.0.0",
+	"support":"http://monkeycoder.co.nz",
+	"depends":["openal","libc"]
+}