From 11cb3fdb93674a3cdc23e044e78b44f586081d02 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 24 Nov 2022 19:48:55 +0000 Subject: [PATCH] Change name --- include/tl/expected.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index 6619fc9..b49ff46 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -1,6 +1,6 @@ /// // expected - An implementation of std::expected with extensions -// Written in 2017 by Simon Brand (simonrbrand@gmail.com, @TartanLlama) +// Written in 2017 by Sy Brand (tartanllama@gmail.com, @TartanLlama) // // Documentation available at http://tl.tartanllama.xyz/ //