From 64138143f0e369b04ed6f165f87f2a12b17c13fe Mon Sep 17 00:00:00 2001 From: Flaviu Vadan Date: Sun, 17 Nov 2024 12:11:31 -0800 Subject: [PATCH] remove Flaviu Vadan from maintainers Signed-off-by: Flaviu Vadan --- .github/CODEOWNERS | 2 +- CODE_OF_CONDUCT.md | 5 +++-- MEMBERS.md | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2feaadf22..c8f5cefb2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @flaviuvadan @sambhav @elliotgunton +* @sambhav @elliotgunton diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3ff0cc22b..4a7468d4d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,5 +5,6 @@ echoes the code of conduct presented by the CNCF. The CNCF code of conduct can b [here](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Full credit goes to the CNCF project for establishing the linked code of conduct principles. -Instances of behaviors that are not aligned with the values proposed by CNCF can be reported to -. \ No newline at end of file +Instances of behaviors that are not aligned with the values proposed by CNCF can be reported to +[Sambhav Kothari](sambhavs.email@gmail.com) or [Elliot Gunton](elliotgunton@gmail.com). + diff --git a/MEMBERS.md b/MEMBERS.md index 34cc2ef72..e9ed85a6c 100644 --- a/MEMBERS.md +++ b/MEMBERS.md @@ -2,7 +2,6 @@ ## TOC -- Flaviu Vadan - Sambhav Kothari - Elliot Gunton @@ -18,3 +17,4 @@ - Alice Purcell - Ukjae Jeong + diff --git a/pyproject.toml b/pyproject.toml index aa3102d6d..b73f78ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ name = "hera" # project-name version = "0.0.0-dev" description = "Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python." authors = ["Flaviu Vadan ", "Sambhav Kothari ", "Elliot Gunton "] -maintainers = ["Flaviu Vadan ", "Sambhav Kothari ", "Elliot Gunton "] +maintainers = ["Sambhav Kothari ", "Elliot Gunton "] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/argoproj-labs/hera"