diff --git a/README.md b/README.md index b5dc83f..d4301c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Eth ENS Namehash [![CircleCI](https://circleci.com/gh/flyswatter/eth-ens-namehash.svg?style=svg)](https://circleci.com/gh/flyswatter/eth-ens-namehash) +# Eth ENS Namehash [![CircleCI](https://circleci.com/gh/:lyswatter/eth-ens-namehash.svg?style=svg)](https://circleci.com/gh/danfinlay/eth-ens-namehash) A javascript library for generating Ethereum Name Service (ENS) namehashes per [spec](https://github.com/ethereum/EIPs/issues/137). diff --git a/package.json b/package.json index 3d5b6d2..66b8caa 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/flyswatter/eth-ens-namehash.git" + "url": "git+ssh://git@github.com/danfinlay/eth-ens-namehash.git" }, "keywords": [ "Ethereum", @@ -18,9 +18,9 @@ "author": "Dan Finlay ", "license": "ISC", "bugs": { - "url": "https://github.com/flyswatter/eth-ens-namehash/issues" + "url": "https://github.com/danfinlay/eth-ens-namehash/issues" }, - "homepage": "https://github.com/flyswatter/eth-ens-namehash#readme", + "homepage": "https://github.com/danfinlay/eth-ens-namehash#readme", "devDependencies": { "tape": "^4.6.3", "babel-preset-es2015": "^6.24.1",