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

git.blender.org/blender-addons.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:55:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-24 20:55:34 +0400
commit92a03a1b94b4fae0b6c04d3c4fa2bdcd4df8a085 (patch)
treee73c9f0240b4bd78092d720182388b640039dde5 /.arcconfig
parent45af83fc322fe94b1e7ead4b2fe5ba62d28b06a7 (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 cfe68c6f..44782a8b 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"
}