From 92a03a1b94b4fae0b6c04d3c4fa2bdcd4df8a085 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin <sergey.vfx@gmail.com> Date: Tue, 24 Dec 2013 22:55:02 +0600 Subject: [PATCH] Use HTTPS protocol for arc --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index cfe68c6fa..44782a8b5 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,6 +1,6 @@ { "project_id" : "Blender Addons", - "conduit_uri" : "http://developer.blender.org/", + "conduit_uri" : "https://developer.blender.org/", "git.default-relative-commit" : "origin/master", "arc.land.update.default" : "rebase" } -- GitLab