This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-pierre-daniel-tp in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit dfa8f230f7db900e2096508b12d711bf8033820e Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Sep 22 23:44:01 2022 +0200 Update website with recent changes to Committers/PMC members --- landing-pages/site/data/committers.json | 18 ++++++------------ landing-pages/site/data/pmc.json | 12 ++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json index 381c1ac784..4134aab359 100644 --- a/landing-pages/site/data/committers.json +++ b/landing-pages/site/data/committers.json @@ -23,12 +23,6 @@ "image": "https://github.com/milton0825.png", "nick": "milton0825" }, - { - "name": "Daniel Standish", - "github": "https://github.com/dstandish", - "image": "https://github.com/dstandish.png", - "nick": "dstandish" - }, { "name": "Felix Uellendall", "github": "https://github.com/feluelle", @@ -101,18 +95,18 @@ "image": "https://github.com/pingzh.png", "nick": "pingzh" }, + { + "name": "Pierre Jeambrun", + "github": "https://github.com/pierrejeambrun", + "image": "https://github.com/pierrejeambrun.png", + "nick": "pierrejeambrun" + }, { "name": "Ryan Hamilton", "github": "https://github.com/ryanahamilton", "image": "https://github.com/ryanahamilton.png", "nick": "ryanahamilton" }, - { - "name": "Tzu-ping Chung", - "github": "https://github.com/uranusjr", - "image": "https://github.com/uranusjr.png", - "nick": "uranusjr" - }, { "name": "Vikram Koka", "github": "https://github.com/vikramkoka", diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json index 89866668c4..d7140060d0 100644 --- a/landing-pages/site/data/pmc.json +++ b/landing-pages/site/data/pmc.json @@ -53,6 +53,12 @@ "image": "https://github.com/dimberman.png", "nick": "dimberman" }, + { + "name": "Daniel Standish", + "github": "https://github.com/dstandish", + "image": "https://github.com/dstandish.png", + "nick": "dstandish" + }, { "name": "Elad Kalif", "github": "https://github.com/eladkal", @@ -155,6 +161,12 @@ "image": "https://github.com/turbaszek.png", "nick": "turbaszek" }, + { + "name": "Tzu-ping Chung", + "github": "https://github.com/uranusjr", + "image": "https://github.com/uranusjr.png", + "nick": "uranusjr" + }, { "name": "Xiaodong Deng", "github": "https://github.com/XD-DENG",
