diff options
author | Micah Anderson <micah@riseup.net> | 2017-11-23 10:56:44 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-11-23 10:56:44 -0500 |
commit | 2d58cae32e87f94a1294265da547892fe21fe7a6 (patch) | |
tree | cb13607aa67ec14b001a1659cba466eac78c463b | |
parent | 87896a7d79ecfe06d2538e719061d6e75e1d7952 (diff) |
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.
-rw-r--r-- | tests/platform-ci/provider/provider.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |