summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2022-06-25 11:51:19 -0700
committerGitHub <noreply@github.com>2022-06-25 11:51:19 -0700
commit28051046d51085fb22ac442e3c9334687ced8597 (patch)
tree9f57cccc4c978e838d1ac787f9e5bb21c3ba5569
parent5fb5e1140afd6c3978a1125fced3fe1a12e2f80a (diff)
Update maintainer email (#1515)
-rw-r--r--CODE_OF_CONDUCT.md2
-rw-r--r--SECURITY.md2
-rw-r--r--pyproject.toml4
3 files changed, 4 insertions, 4 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index b177c666..68716f88 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported by [emailing the maintainers](mailto:jrnl-sh@googlegroups.com).
+reported by [emailing the maintainers](mailto:maintainers@jrnl.sh).
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
diff --git a/SECURITY.md b/SECURITY.md
index c239b957..44a0f958 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,6 +1,6 @@
# Security
-If you've discovered a potential security issue in jrnl, please contact the maintainers at [jrnl-sh@googlegroups.com](mailto:jrnl-sh@googlegroups.com).
+If you've discovered a potential security issue in jrnl, please contact the maintainers at [maintainers@jrnl.sh](mailto:maintainers@jrnl.sh).
You can also feel free to [open an issue](https://github.com/jrnl-org/jrnl/issues/new/choose) (but please don't disclose the vulnerability) in case the email goes to spam.
diff --git a/pyproject.toml b/pyproject.toml
index 7733d0e2..79f8303b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,13 +3,13 @@ name = "jrnl"
version = "v3.0-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
- "jrnl contributors <jrnl-sh@googlegroups.com>",
+ "jrnl contributors <maintainers@jrnl.sh>",
"Manuel Ebert <manuel@1450.me>",
"Jonathan Wren <jonathan@nowandwren.com>",
"Micah Ellison <micahellison@gmail.com>"
]
maintainers = [
- "Jonathan Wren and Micah Ellison <jrnl-sh@googlegroups.com>",
+ "Jonathan Wren and Micah Ellison <maintainers@jrnl.sh>",
]
license = "GPL-3.0-only"
readme = "README.md"