From e28c8183aad7930357f44f5bc489793e97db9eb4 Mon Sep 17 00:00:00 2001 From: Yannic Haupenthal Date: Fri, 28 Aug 2020 21:30:22 +0200 Subject: [PATCH] use different mail format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb7152..9db1f78 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ along with this software. If not, see [CC0][]. * `ed25519/ed25519-donna` adopted from [ed25519-donna][] * Idea used in `worker_fast()` is stolen from [horse25519][] * base64 routines and initial YAML processing work contributed by - Alexander Khristoforov (heios@protonmail.com) + Alexander Khristoforov (heios at protonmail dot com) * Passphrase-based generation code and idea used in `worker_batch()` contributed by [foobar2019][]