From 6fc5d8e81e8f01ec0a9654268ac0593f74841c30 Mon Sep 17 00:00:00 2001 From: Marian Oancea Date: Mon, 10 Nov 2014 14:31:51 +0200 Subject: Prepare for PR changed repo urls from package.json, bower.json and readme --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index aeced41a1..a580bdf4b 100644 --- a/bower.json +++ b/bower.json @@ -9,9 +9,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/cubedro/ethereum.js.git" + "url": "https://github.com/ethereum/ethereum.js.git" }, - "homepage": "https://github.com/cubedro/ethereum.js", + "homepage": "https://github.com/ethereum/ethereum.js", "bugs": { "url": "https://github.com/ethereum/ethereum.js/issues" }, @@ -28,7 +28,7 @@ }, { "name": "Marian Oancea", - "email": "marian.oancea@gmail.com", + "email": "marian@ethdev.com", "homepage": "https://github.com/cubedro" } ], -- cgit