diff --git a/Readme.md b/Readme.md index f665309..14fad5b 100644 --- a/Readme.md +++ b/Readme.md @@ -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. diff --git a/package.json b/package.json index 4901a3b..85f1ce2 100644 --- a/package.json +++ b/package.json @@ -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"