From 5929588dd6d352416bfb47dcd920cda1bb12afad Mon Sep 17 00:00:00 2001 From: matkuki Date: Mon, 15 Feb 2016 11:39:39 +0100 Subject: [PATCH] chipmunk update --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 07016ff..6113be8 100644 --- a/packages.json +++ b/packages.json @@ -184,7 +184,7 @@ "web": "https://github.com/rafaelvasco/nimrod-glfw" }, { - "name": "chipmunk", + "name": "chipmunk6", "url": "git://github.com/fowlmouth/nimrod-chipmunk/", "method": "git", "tags": [ @@ -192,7 +192,7 @@ "physics", "game" ], - "description": "Binding for Chipmunk 6.1", + "description": "Bindings for Chipmunk2D 6.x physics library", "license": "MIT", "web": "https://github.com/fowlmouth/nimrod-chipmunk" },