diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-02 00:42:37 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-02 00:42:37 +0000 |
| commit | 0445632ff24c72ad4d9a352e6ca8b09c08c582fd (patch) | |
| tree | fdf230542754b29a0c696c3dc139c1e7c3ebfce3 | |
| parent | 7a17bf02f5264f7bffc0e262cc260561c133f2c7 (diff) | |
| parent | 527ff74cd27a4b392b60f9b6852723cf18b2a8ae (diff) | |
| download | packages-0445632ff24c72ad4d9a352e6ca8b09c08c582fd.tar.gz packages-0445632ff24c72ad4d9a352e6ca8b09c08c582fd.zip | |
Merge pull request #105 from Vladar4/master
Updated libtcod-nim license information
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d57aa17..7e2b299 100644 --- a/packages.json +++ b/packages.json @@ -55,7 +55,7 @@ "method": "git", "tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"], "description": "Wrapper of the libtcod library for the Nimrod language.", - "license": "MIT", + "license": "zlib", "web": "https://github.com/Vladar4/libtcod-nim" }, |
