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

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git

commit 575aafc458722bdaea55f230d3f3e1bf51d0da6e
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Sep 12 10:16:58 2018 -0400

    Remove affiliation from the people page
    
    According to recent discussions on the incubator list, such information
    is not relevant on an Apache project page.
    
    Also add Beth's github ID.
---
 site/_data/contributors.yml | 10 +---------
 site/people.md              |  2 --
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index ff539d9..6974815 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -18,53 +18,45 @@
   apacheId: jadams
   githubId: jadams-tresys
   role: PPMC
-  org: Tresys Technology
 
 - first: John D.
   last: Ament
   apacheId: johndament
   githubId:
   role: Mentor
-  org: 
 
 - first: Mike
   last: Beckerle
   apacheId: mbeckerle
   githubId: mbeckerle
   role: PPMC
-  org: Tresys Technology
 
 - first: Beth
   last: Fahl
   apacheId: efinnegan
-  githubId:
+  githubId: efinnegan
   role: PPMC
-  org: Tresys Technology
 
 - first: Dave
   last: Fisher
   apacheId: wave
   githubId:
   role: Mentor
-  org: 
 
 - first: Steve
   last: Lawrence
   apacheId: slawrence
   githubId: stevedlawrence
   role: PPMC
-  org: Tresys Technology
 
 - first: Dave
   last: Thompson
   apacheId: dthompson
   githubId: dfthompson
   role: PPMC
-  org: Tresys Technology
 
 - first: Taylor
   last: Wise
   apacheId: vtguy08
   githubId: VTGuy
   role: PPMC
-  org: Strategic Business Systems (SBS)
diff --git a/site/people.md b/site/people.md
index aa9fa5c..ab046dd 100644
--- a/site/people.md
+++ b/site/people.md
@@ -32,7 +32,6 @@ limitations under the License.
         <th><b>Apache ID</b></th>
         <th><b>GitHub</b></th>
         <th><b>Role</b></th>
-        <th><b>Affiliation</b></th>
     </tr>
     {% assign contributors = site.data.contributors | sort: "last" %}
     {% for member in contributors %}
@@ -41,7 +40,6 @@ limitations under the License.
         <td>{{member.apacheId}}</td>
         <td><a href="http://github.com/{{ member.githubId }}">{{ 
member.githubId }}</a></td>
         <td>{{member.role}}</td>
-        <td>{{member.org}}</td>
         </tr>
     {% endfor %}
 </table>

Reply via email to