From 2d58cae32e87f94a1294265da547892fe21fe7a6 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Thu, 23 Nov 2017 10:56:44 -0500
Subject: [PATCH] CI: set a contact email for CI tests

Because this is used in some places, such as tor configuration, it can be useful
to have this set to something real for contact purposes.
---
 tests/platform-ci/provider/provider.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/platform-ci/provider/provider.json b/tests/platform-ci/provider/provider.json
index 218ff529..687f662a 100644
--- a/tests/platform-ci/provider/provider.json
+++ b/tests/platform-ci/provider/provider.json
@@ -10,7 +10,7 @@
     "en": "You really should change this text"
   },
   "contacts": {
-    "default": "root@example.org"
+    "default": "sysdevs@leap.se"
   },
   "languages": ["en"],
   "default_language": "en",
-- 
GitLab