From 01c7ab03ff8205c0ed9394eb4b16f1e072a63dfd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 2 Oct 2010 22:20:13 -0700 Subject: [PATCH] fix author in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2156c8..43ec798 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ , "description" : "Edit code in the repl using a real text editor" , "version" : "0.0.1" , "homepage" : "http://samhuri.net/node/repl-edit" -, "author" : "Sami Samhuri (http://blog.izs.me)" +, "author" : "Sami Samhuri " , "repository" : { "type" : "git" , "url" : "http://github.com/samsonjs/repl-edit.git"