From 76d48db21918d5430e8d1d878abd5efc2593d48a Mon Sep 17 00:00:00 2001 From: Guy Ellis Date: Thu, 4 Dec 2014 15:16:40 -0500 Subject: [PATCH] Fixed reference to Git repo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6037e881d..42cfc0846 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/username/repository.git" + "url": "https://github.com/knsv/mermaid" }, "author": "", "license": "BSD-2-Clause",