diff options
author | Michael Forney <mforney@mforney.org> | 2019-11-18 14:45:23 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-11-18 14:45:23 -0800 |
commit | 9a393428186c42b7dc227e3f7a1bc3cbb0c099aa (patch) | |
tree | 5d6288e5a1e8dde9ad17f39f90c4eb8d54293ca2 /.builds/debian-aarch64.yml | |
parent | 8db73edd61b1d4fbb2c2de62fb1b55c616ac7054 (diff) |
Fix email address in build manifests
Go's email libraries (used by builds.sr.ht) need the address to be in
this format.
Diffstat (limited to '.builds/debian-aarch64.yml')
-rw-r--r-- | .builds/debian-aarch64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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>" |