From 08ca5637a1a616a47fdb63932b3d526afe9d730f Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 26 Mar 2016 18:44:05 +0000 Subject: [PATCH] Repository has been move to the ethereumjs organization, update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aef8bb8..a9cc6db 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/axic/ethereumjs-wallet.git" + "url": "https://github.com/ethereumjs/ethereumjs-wallet.git" }, "keywords": [ "ethereum", @@ -22,9 +22,9 @@ "author": "Alex Beregszaszi ", "license": "MIT", "bugs": { - "url": "https://github.com/axic/ethereumjs-wallet/issues" + "url": "https://github.com/ethereumjs/ethereumjs-wallet/issues" }, - "homepage": "https://github.com/axic/ethereumjs-wallet", + "homepage": "https://github.com/ethereumjs/ethereumjs-wallet", "dependencies": { "aes-js": "^0.2.3", "bs58check": "^1.0.8",