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:
authorBrecht Van Lommel <brecht@blender.org>2020-03-02 00:39:34 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-02 00:41:04 +0300
commit976f01a73c8be8a2571e1b11203729bd4a44c6d3 (patch)
tree523b7f32342709f6426997d16f3bd45b587c34e1
parent8db785ea740bcb64b613aee3fa6d8519c9e543ae (diff)
Fix .arcconfig not working with latest arcanist version
-rw-r--r--.arcconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
index 44782a8b..bb8a12dd 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,6 +1,7 @@
{
"project_id" : "Blender Addons",
"conduit_uri" : "https://developer.blender.org/",
+ "phabricator.uri" : "https://developer.blender.org/",
"git.default-relative-commit" : "origin/master",
"arc.land.update.default" : "rebase"
}