1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update repository location to new GitHub org

This commit is contained in:
Bryce Baril
2015-09-03 10:23:45 -07:00
parent 38265d5d0d
commit b1e51c8c7b

View File

@@ -27,6 +27,14 @@
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
"url": "git://github.com/NodeRedis/node_redis.git"
},
"bugs": {
"url": "https://github.com/NodeRedis/node_redis/issues"
},
"homepage": "https://github.com/NodeRedis/node_redis",
"directories": {
"example": "examples",
"test": "test"
}
}