From e6a4fcb383461d7c4d0f1b21399d7c96575f72c8 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Wed, 4 Oct 2017 09:34:00 +0530 Subject: [PATCH] Correct the repository URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f3a267..4c41f2d 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/santhoshtr/language-data.git" + "url": "git://github.com/wikimedia/language-data.git" }, "bugs": { - "url" : "http://github.com/santhoshtr/language-data/issues" + "url" : "http://github.com/wikimedia/language-data/issues" }, "engine": { "node": ">=0.10.x"