Title: [258527] trunk/Tools
Revision
258527
Author
[email protected]
Date
2020-03-16 16:16:55 -0700 (Mon, 16 Mar 2020)

Log Message

Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
https://bugs.webkit.org/show_bug.cgi?id=209151

Reviewed by Yusuke Suzuki.

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (258526 => 258527)


--- trunk/Tools/ChangeLog	2020-03-16 23:12:15 UTC (rev 258526)
+++ trunk/Tools/ChangeLog	2020-03-16 23:16:55 UTC (rev 258527)
@@ -1,3 +1,12 @@
+2020-03-16  Justin Michaud  <[email protected]>
+
+        Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
+        https://bugs.webkit.org/show_bug.cgi?id=209151
+
+        Reviewed by Yusuke Suzuki.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2020-03-16  Chris Dumez  <[email protected]>
 
         Crash under WebCookieCache::clearForHost()

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (258526 => 258527)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-03-16 23:12:15 UTC (rev 258526)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-03-16 23:16:55 UTC (rev 258527)
@@ -3154,7 +3154,8 @@
    },
    "Justin Michaud" : {
       "emails" : [
-         "[email protected]"
+         "[email protected]",
+         "[email protected]"
       ],
       "status" : "committer"
    },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to