From c9c19735b8fe29425dc0f1b81a928bc07355f6d8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 29 Jan 2021 11:13:14 -0500 Subject: [PATCH] express: Add repositor callsign to arcconfig --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index b27b1c4..137a036 100644 --- a/.arcconfig +++ b/.arcconfig @@ -2,5 +2,6 @@ "project_id" : "express", "projects" : "express", "conduit_uri" : "https://phab.enlightenment.org/", - "phabricator.uri" : "https://phab.enlightenment.org/" + "phabricator.uri" : "https://phab.enlightenment.org/", + "repository.callsign" : "EXP" }