Skip to content

Commit 124d2f5

Browse files
committed
Update repository location.
1 parent d89c591 commit 124d2f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "vendor/faye"]
22
path = vendor/faye
3-
url = git://github.com/jcoglan/faye.git
3+
url = git://github.com/faye/faye.git

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "faye-redis"
22
, "description" : "Redis backend engine for Faye"
3-
, "homepage" : "http://github.com/jcoglan/faye-redis-node"
3+
, "homepage" : "http://github.com/faye/faye-redis-node"
44
, "author" : "James Coglan <[email protected]> (http://jcoglan.com/)"
55
, "keywords" : ["pubsub", "bayeux"]
66

@@ -10,15 +10,15 @@
1010
, "dependencies" : {"hiredis": "", "redis": ""}
1111
, "devDependencies" : {"jsclass": ""}
1212

13-
, "bugs" : "http://github.com/jcoglan/faye-redis-node/issues"
13+
, "bugs" : "http://github.com/faye/faye-redis-node/issues"
1414

1515
, "licenses" : [ { "type" : "MIT"
1616
, "url" : "http://www.opensource.org/licenses/mit-license.php"
1717
}
1818
]
1919

2020
, "repositories" : [ { "type" : "git"
21-
, "url" : "git://github.com/jcoglan/faye-redis-node.git"
21+
, "url" : "git://github.com/faye/faye-redis-node.git"
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)