Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-24 20:52:05 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-24 20:57:27 +0400
commitec1f90864fc452ad5217b13f66179e2d167a9b82 (patch)
tree930ff0d6e50d64e05d32fc3de37c3afc025dd245 /.arcconfig
parent7f4533fa496bf18a1278ddf70f8189c0edda2c06 (diff)
Use HTTPS protocol for arc
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 57f6c39f1ea..8fc370a94ac 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,6 +1,6 @@
{
"project_id" : "Blender",
- "conduit_uri" : "http://developer.blender.org/",
+ "conduit_uri" : "https://developer.blender.org/",
"git.default-relative-commit" : "origin/master",
"arc.land.update.default" : "rebase"
}