Updated main.lua

This commit is contained in:
Davis Claiborne 2015-12-14 15:00:45 -05:00
parent 8a3ee6a4fb
commit 3e3fae8c34

View File

@ -36,7 +36,7 @@ local current_folder = (...):gsub('%.init$', '') .. "."
local cpml = {
_LICENSE = "CPML is distributed under the terms of the MIT license. See LICENSE.md.",
_URL = "https://github.com/shakesoda/cpml",
_URL = "https://github.com/excessive/cpml",
_VERSION = "0.0.9",
_DESCRIPTION = "Cirno's Perfect Math Library: Just about everything you need for 3D games. Hopefully."
}
@ -48,6 +48,7 @@ local files = {
"mat4",
"mesh",
"octree",
"point",
"quadtree",
"quat",
"simplex",