From eaf0528749c8386a738b27e45bea61bbb971eb39 Mon Sep 17 00:00:00 2001
From: Brecht Van Lommel <brecht@blender.org>
Date: Sun, 1 Mar 2020 22:35:31 +0100
Subject: [PATCH] Fix .arcconfig not working with latest arcanist version

---
 .arcconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.arcconfig b/.arcconfig
index 4a126cd6d01..548af935888 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,6 +1,7 @@
 {
 	"project_id" : "Blender",
 	"conduit_uri" : "https://developer.blender.org/",
+	"phabricator.uri" : "https://developer.blender.org/",
 	"git.default-relative-commit" : "origin/master",
 	"arc.land.update.default" : "rebase",
 	"arc.land.onto.default" : "master"
-- 
GitLab