From 9a393428186c42b7dc227e3f7a1bc3cbb0c099aa Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Nov 2019 14:45:23 -0800
Subject: Fix email address in build manifests

Go's email libraries (used by builds.sr.ht) need the address to be in
this format.
---
 .builds/alpine-aarch64.yml | 2 +-
 .builds/alpine.yml         | 2 +-
 .builds/debian-aarch64.yml | 2 +-
 .builds/debian.yml         | 2 +-
 .builds/freebsd.yml        | 2 +-
 .builds/nixos.yml          | 2 +-
 .builds/openbsd.yml        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml
index 8c5d199..cb9e345 100644
--- a/.builds/alpine-aarch64.yml
+++ b/.builds/alpine-aarch64.yml
@@ -29,4 +29,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 7a81b31..be06ce1 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -23,4 +23,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml
index 5326844..5df4865 100644
--- a/.builds/debian-aarch64.yml
+++ b/.builds/debian-aarch64.yml
@@ -25,4 +25,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 5ac2e96..b719099 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -12,4 +12,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index cbc689e..c596346 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -14,4 +14,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
index f7f9a62..1f7b234 100644
--- a/.builds/nixos.yml
+++ b/.builds/nixos.yml
@@ -17,4 +17,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index f5d9cd9..bf5d824 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -17,4 +17,4 @@ tasks:
 triggers:
 - action: email
   condition: failure
-  to: ~mcf/cproc@lists.sr.ht
+  to: "<~mcf/cproc@lists.sr.ht>"
-- 
cgit v1.2.3