From 156427d1c601078d4e1d00289230e4bb4c0564f1 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 24 Sep 2015 15:18:00 +0200 Subject: [PATCH] fix package.json repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a675f..3040caa 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git://github.com/andrewrk/node-minecraft-protocol.git" + "url": "git://github.com/PrismarineJS/node-minecraft-protocol.git" }, "scripts": { "prepublish": "gulp",