point to freewil/node-bitcoin repo

This commit is contained in:
freewil 2012-07-30 06:36:54 -04:00
parent 024e40dad8
commit 1077753fbf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# node-bitcoin
[![Build Status](https://secure.travis-ci.org/jb55/node-bitcoin.png)](http://travis-ci.org/jb55/node-bitcoin)
[![Build Status](https://secure.travis-ci.org/freewil/node-bitcoin.png)](http://travis-ci.org/freewil/node-bitcoin)
node-bitcoin is a simple wrapper for the Bitcoin client's JSON-RPC API.

View File

@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/jb55/node-bitcoin.git"
"url": "git://github.com/freewil/node-bitcoin.git"
},
"devDependencies": {
"vows": "0.6.x"