From 9c519e4f1352f2fea2f97c3523a4ec8c498e9b30 Mon Sep 17 00:00:00 2001 From: Michael Schieben Date: Thu, 14 Mar 2013 17:00:10 +0100 Subject: [PATCH] fix link to github just noticed on npm.org that the link is broken --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d08bb4..eb63b49 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name" : "speakeasy-nlp", "description" : "A simple natural language processor for node javascript.", - "homepage" : "www.github.com/natehunzaker/speakeasy", + "homepage" : "www.github.com/nhunzaker/speakeasy", "keywords" : ["natural language"], "author" : "Nate Hunzaker ", - "repository" : {"type": "git", "url": "git://github.com/natehunzaker/speakeasy.git"}, + "repository" : {"type": "git", "url": "git://github.com/nhunzaker/speakeasy.git"}, "main" : "index.js", "version" : "0.2.11",