From c7a464b0e238ca49af74716f9cd89ead7d053117 Mon Sep 17 00:00:00 2001 From: Andreas Brekken Date: Fri, 3 May 2013 09:25:15 +0200 Subject: [PATCH] fix repo url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6c3c08c..ea3047ca 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "repository": { "type": "git", - "url": "git://github.com/jedmccaleb/NewCoin.git" + "url": "git://github.com/rippleFoundation/ripple-lib.git" }, "readmeFilename": "README.md"