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/ //