From e50fa221d596582eef4793e214813d5f34e79c59 Mon Sep 17 00:00:00 2001 From: Kevin Herrera Date: Wed, 27 Jul 2016 06:55:11 -0700 Subject: [PATCH] Using HTTPS to download the update manifest. --- box.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box.json.dist b/box.json.dist index 4a094aba..b20da70a 100644 --- a/box.json.dist +++ b/box.json.dist @@ -34,7 +34,7 @@ "main": "bin/box", "output": "box-@git-version@.phar", "replacements": { - "manifest_url": "http://box-project.github.io/box2/manifest.json" + "manifest_url": "https://box-project.github.io/box2/manifest.json" }, "stub": true }