Update authors
diff --git a/devmtg/2020-02-23/index.html b/devmtg/2020-02-23/index.html
index 7486f9b..e8d0521 100755
--- a/devmtg/2020-02-23/index.html
+++ b/devmtg/2020-02-23/index.html
@@ -192,7 +192,7 @@
 In our experience, this often significantly increases the effectiveness of outlining with ThinLTO in terms of size and even performance of the generated code. We have observed an improvement in the code size reduction of outlining by a factor of two in some large applications.
       </p>
     </li>
-     <li><a id="ak"><b>Aditya Kumar: </b>Cheap function entry instrumentation to collect runtime metrics</a>
+     <li><a id="ak"><b>Aditya Kumar, Ian Levesque, Sam Todd: </b>Cheap function entry instrumentation to collect runtime metrics</a>
       <p>
       Compiler instrumentation technique that is extremely cheap, lock free (in some cases) and extensible. This can be
       used for dead code detection, detecting null pointers, value profiling of function arguments etc.