From e28828efa021bf51f1c8cc3248642ec5a636c8d7 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 25 Mar 2021 14:10:30 +0000 Subject: [PATCH] Update optional.hpp --- include/tl/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tl/optional.hpp b/include/tl/optional.hpp index ad8ae2f..9b13b7c 100644 --- a/include/tl/optional.hpp +++ b/include/tl/optional.hpp @@ -1,7 +1,7 @@ /// // optional - An implementation of std::optional 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 https://tl.tartanllama.xyz/ //