This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 90473c0  Fixed broken Yaml in contributors database.
90473c0 is described below

commit 90473c0412c8d293bf533e58e1211929461e5f48
Author: Benjamin Bannier <[email protected]>
AuthorDate: Sun Mar 3 22:01:19 2019 -0800

    Fixed broken Yaml in contributors database.
    
    This patch also removes the executable bit on this file which was
    added in the same commit as the invalid Yaml.
    
    Review: https://reviews.apache.org/r/70104/
---
 docs/contributors.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/contributors.yaml b/docs/contributors.yaml
old mode 100755
new mode 100644
index 171c091..9c40923
--- a/docs/contributors.yaml
+++ b/docs/contributors.yaml
@@ -258,12 +258,12 @@
   reviewboard_user: dpravat
 
 - name: DaoTan Cui
-   affiliations:
-    - {organization: Asiainfo}
-   emails:
-    - [email protected]
-   jira_user: cuidt
-   reviewboard_user: dtcui
+  affiliations:
+   - {organization: Asiainfo}
+  emails:
+   - [email protected]
+  jira_user: cuidt
+  reviewboard_user: dtcui
 
 - name: Dario Rexin
   affiliations:

Reply via email to