Title: [265439] trunk/Tools
Revision
265439
Author
[email protected]
Date
2020-08-10 12:25:26 -0700 (Mon, 10 Aug 2020)

Log Message

Unreviewed, fix ordering of contributors.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (265438 => 265439)


--- trunk/Tools/ChangeLog	2020-08-10 17:55:09 UTC (rev 265438)
+++ trunk/Tools/ChangeLog	2020-08-10 19:25:26 UTC (rev 265439)
@@ -1,3 +1,9 @@
+2020-08-10  Brian Burg  <[email protected]>
+
+        Unreviewed, fix ordering of contributors.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2020-08-09  Wenson Hsieh  <[email protected]>
 
         REGRESSION (r260831): Web process crashes under Editor::setComposition() after navigating with marked text

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-08-10 17:55:09 UTC (rev 265438)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-08-10 19:25:26 UTC (rev 265439)
@@ -2615,22 +2615,22 @@
          "fawek"
       ]
    },
-   "James Darpinian" : {
+   "James Craig" : {
       "emails" : [
-         "[email protected]"
+         "[email protected]",
+         "[email protected]"
       ],
-      "expertise" : "WebGL (Chromium and Safari ports)",
       "nicks" : [
-         "darpinian"
+         "jcraig"
       ]
    },
-   "James Craig" : {
+   "James Darpinian" : {
       "emails" : [
-         "[email protected]",
-         "[email protected]"
+         "[email protected]"
       ],
+      "expertise" : "WebGL (Chromium and Safari ports)",
       "nicks" : [
-         "jcraig"
+         "darpinian"
       ]
    },
    "James Hawkins" : {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to