From 124d2f595593b2989f6d06e743dade19ce9af48a Mon Sep 17 00:00:00 2001 From: James Coglan Date: Wed, 21 Dec 2011 17:06:46 +0000 Subject: [PATCH] Update repository location. --- .gitmodules | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4530597..7283a95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/faye"] path = vendor/faye - url = git://github.com/jcoglan/faye.git + url = git://github.com/faye/faye.git diff --git a/package.json b/package.json index fb18a6b..cc37d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "faye-redis" , "description" : "Redis backend engine for Faye" -, "homepage" : "http://github.com/jcoglan/faye-redis-node" +, "homepage" : "http://github.com/faye/faye-redis-node" , "author" : "James Coglan (http://jcoglan.com/)" , "keywords" : ["pubsub", "bayeux"] @@ -10,7 +10,7 @@ , "dependencies" : {"hiredis": "", "redis": ""} , "devDependencies" : {"jsclass": ""} -, "bugs" : "http://github.com/jcoglan/faye-redis-node/issues" +, "bugs" : "http://github.com/faye/faye-redis-node/issues" , "licenses" : [ { "type" : "MIT" , "url" : "http://www.opensource.org/licenses/mit-license.php" @@ -18,7 +18,7 @@ ] , "repositories" : [ { "type" : "git" - , "url" : "git://github.com/jcoglan/faye-redis-node.git" + , "url" : "git://github.com/faye/faye-redis-node.git" } ] }