devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/express.git/commit/?id=fe70146d65711bdaff6bb6b8530d1512f5ee480f
commit fe70146d65711bdaff6bb6b8530d1512f5ee480f Author: Christopher Michael <devilho...@comcast.net> Date: Fri Jan 29 11:08:49 2021 -0500 express: Add arcconfig file --- .arcconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.arcconfig b/.arcconfig index dbac912..d17833a 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,6 @@ { - "project_id" : "devs/devilhorns/express", - "conduit_uri" : "https://phab.enlightenment.org/" + "project_id" : "express", + "projects" : "express", + "conduit_uri" : "https://phab.enlightenment.org/", + "phabricator.uri" : "https://phab.enlightenment.org/", } --