From 83c36cb608c75ee8e512c1bcec3774aa08207189 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 7 Apr 2016 19:26:46 -0500 Subject: [PATCH] Updated repository URL and author contact details --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 55e206c..2e2c440 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ozanturgut/json-over-tcp.git" + "url": "https://github.com/turn/json-over-tcp.git" }, "keywords": [ "tcp", @@ -29,13 +29,12 @@ ], "author": { "name": "Ozan Turgut", - "url": "http://oztu.org/", - "email": "ozanturgut@gmail.com" + "email": "unsetbit@gmail.com" }, "licenses": [ { "type": "MIT", - "url": "https://github.com/ozanturgut/json-over-tcp/blob/master/LICENSE-MIT" + "url": "https://github.com/turn/json-over-tcp/blob/master/LICENSE-MIT" } ] }