Title: [274841] trunk/Tools
Revision
274841
Author
[email protected]
Date
2021-03-22 21:20:07 -0700 (Mon, 22 Mar 2021)

Log Message

Fix ordering of my email addresses in contributors.json
https://bugs.webkit.org/show_bug.cgi?id=223622

The first must be the email used for scm access.

Reviewed by Ryosuke Niwa.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (274840 => 274841)


--- trunk/Tools/ChangeLog	2021-03-23 04:15:32 UTC (rev 274840)
+++ trunk/Tools/ChangeLog	2021-03-23 04:20:07 UTC (rev 274841)
@@ -1,3 +1,14 @@
+2021-03-22  Cameron McCormack  <[email protected]>
+
+        Fix ordering of my email addresses in contributors.json
+        https://bugs.webkit.org/show_bug.cgi?id=223622
+
+        The first must be the email used for scm access.
+
+        Reviewed by Ryosuke Niwa.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2021-03-22  Jonathan Bedard  <[email protected]>
 
         [webkitscmpy] Base GitHub mock links on provided remote

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-03-23 04:15:32 UTC (rev 274840)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-03-23 04:20:07 UTC (rev 274841)
@@ -1077,9 +1077,9 @@
    },
    "Cameron McCormack" : {
       "emails" : [
+         "[email protected]",
          "[email protected]",
-         "[email protected]",
-         "[email protected]"
+         "[email protected]"
       ],
       "nicks" : [
          "heycam"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to