From 9e1269c5cd7efb50b7544519c112fe2a35837003 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 10 Jan 2014 21:38:57 +0100 Subject: [PATCH] use https in git repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f785ae56..985881f3 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ }, "repository": { "type": "git", - "url": "http://github.com/openpgpjs/openpgpjs" + "url": "https://github.com/openpgpjs/openpgpjs" } }