From d71fc68823d07263f1fc2a0431f6ee1f7ec86284 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 25 Jun 2019 12:33:21 +0100 Subject: [PATCH] Update header --- 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 c5d5984..97591d0 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 (@TartanLlama, simonrbrand@gmail.com) +// Written in 2017 by Simon Brand (simonrbrand@gmail.com, @TartanLlama) // // Documentation available at http://tl.tartanllama.xyz/ //