From be04fd0d49ce54eb6750c2480df6acf8687620f4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Apr 2012 23:28:32 +0100 Subject: [PATCH] Fix incorrect repository URL in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bc6565..4beda50 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "repository" : { "type" : "git", - "url" : "http://github.com/jimeh/node-base58.git" + "url" : "https://github.com/jimeh/node-base58.git" }, "main": "./lib/base58",