Skip to content

Commit

Permalink
Update contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 20, 2021
1 parent e6682db commit ea5c93f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PUBLISH_UPDATE_BRANCH: develop
GIT_USER_NAME: CasperWA
GIT_USER_EMAIL: "casper.andersen@epfl.ch"
GIT_USER_EMAIL: "casper+github@welzel.nu"

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DEPENDABOT_BRANCH: ci/dependabot-updates
GIT_USER_NAME: CasperWA
GIT_USER_EMAIL: "casper.andersen@epfl.ch"
GIT_USER_EMAIL: "casper+github@welzel.nu"
DEFAULT_REPO_BRANCH: develop

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_updated_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
DEPENDABOT_BRANCH: ci/dependabot-updates
GIT_USER_NAME: CasperWA
GIT_USER_EMAIL: "casper.andersen@epfl.ch"
GIT_USER_EMAIL: "casper+github@welzel.nu"
DEFAULT_REPO_BRANCH: develop

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ MIT. The terms of the license can be found in the [LICENSE](LICENSE) file.

## Contact

casper.andersen@epfl.ch
casper+github@welzel.nu
aiidalab@materialscloud.org
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version="2021.9.28",
license="MIT License",
author="Casper Welzel Andersen",
author_email="casper.andersen@epfl.ch",
author_email="casper+github@welzel.nu",
description="Voilà/Jupyter client for searching through OPTIMADE databases.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ea5c93f

Please sign in to comment.