devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/express.git/commit/?id=c9c19735b8fe29425dc0f1b81a928bc07355f6d8
commit c9c19735b8fe29425dc0f1b81a928bc07355f6d8 Author: Christopher Michael <devilho...@comcast.net> Date: Fri Jan 29 11:13:14 2021 -0500 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" } --