From 4ace54818fa6492400131b99bfc3c9b7f75a8700 Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Mon, 23 Jan 2017 18:17:02 +0200 Subject: [PATCH] removed dash from the libtcod package name --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index fc90aa4..52b5502 100644 --- a/packages.json +++ b/packages.json @@ -69,8 +69,8 @@ "web": "https://github.com/olahol/nimrod-murmur" }, { - "name": "libtcod-nim", - "url": "https://github.com/Vladar4/libtcod-nim/", + "name": "libtcod_nim", + "url": "https://github.com/Vladar4/libtcod_nim/", "method": "git", "tags": [ "roguelike", @@ -83,7 +83,7 @@ ], "description": "Wrapper of the libtcod library for the Nim language.", "license": "zlib", - "web": "https://github.com/Vladar4/libtcod-nim" + "web": "https://github.com/Vladar4/libtcod_nim" }, { "name": "nimgame",