Skip to content

Commit 84826b9

Browse files
authored
change email (#1510)
Signed-off-by: Richard Brown <[email protected]>
1 parent 8fef0e1 commit 84826b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/weekly-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "__commit_id__ = \"$HEAD_COMMIT_ID\"" >> monai/__init__.py
2626
git diff setup.cfg monai/__init__.py
2727
git config user.name "CI Builder"
28-
git config user.email "monai.miccai2019@gmail.com"
28+
git config user.email "monai.contact@gmail.com"
2929
git add setup.cfg monai/__init__.py
3030
git commit -m "Weekly build at $HEAD_COMMIT_ID"
3131
export YEAR_WEEK=$(date +'%y%U')

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at monai.miccai2019@gmail.com. All
58+
reported by contacting the project team at monai.contact@gmail.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG PYTORCH_IMAGE=nvcr.io/nvidia/pytorch:20.10-py3
1313

1414
FROM ${PYTORCH_IMAGE}
1515

16-
LABEL maintainer="monai.miccai2019@gmail.com"
16+
LABEL maintainer="monai.contact@gmail.com"
1717

1818
WORKDIR /opt/monai
1919

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = monai
33
author = MONAI Consortium
4-
author_email = monai.miccai2019@gmail.com
4+
author_email = monai.contact@gmail.com
55
url = https://monai.io/
66
description = AI Toolkit for Healthcare Imaging
77
long_description = file:README.md

0 commit comments

Comments
 (0)