From 84826b9e849faaa9a43f8b87d329da166bdf3b41 Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:31:14 +0000 Subject: [PATCH] change email (#1510) Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- .github/workflows/weekly-preview.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- Dockerfile | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index 9b8d5c58b0..dddc03199c 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -25,7 +25,7 @@ jobs: echo "__commit_id__ = \"$HEAD_COMMIT_ID\"" >> monai/__init__.py git diff setup.cfg monai/__init__.py git config user.name "CI Builder" - git config user.email "monai.miccai2019@gmail.com" + git config user.email "monai.contact@gmail.com" git add setup.cfg monai/__init__.py git commit -m "Weekly build at $HEAD_COMMIT_ID" export YEAR_WEEK=$(date +'%y%U') diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c5a63e4364..c6f6fda20a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at monai.miccai2019@gmail.com. All +reported by contacting the project team at monai.contact@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/Dockerfile b/Dockerfile index 2d01f57301..a600f9de84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG PYTORCH_IMAGE=nvcr.io/nvidia/pytorch:20.10-py3 FROM ${PYTORCH_IMAGE} -LABEL maintainer="monai.miccai2019@gmail.com" +LABEL maintainer="monai.contact@gmail.com" WORKDIR /opt/monai diff --git a/setup.cfg b/setup.cfg index a4793eebc6..aff62045e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = monai author = MONAI Consortium -author_email = monai.miccai2019@gmail.com +author_email = monai.contact@gmail.com url = https://monai.io/ description = AI Toolkit for Healthcare Imaging long_description = file:README.md