Merge pull request #105 from Vladar4/master

Updated libtcod-nim license information
This commit is contained in:
Dominik Picheta 2015-01-02 00:42:37 +00:00
commit 0445632ff2

View File

@ -55,7 +55,7 @@
"method": "git", "method": "git",
"tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"], "tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"],
"description": "Wrapper of the libtcod library for the Nimrod language.", "description": "Wrapper of the libtcod library for the Nimrod language.",
"license": "MIT", "license": "zlib",
"web": "https://github.com/Vladar4/libtcod-nim" "web": "https://github.com/Vladar4/libtcod-nim"
}, },