From 9e21dcf3c202f3b52b6f303b14860143787c0221 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Thu, 23 Jul 2020 13:38:14 -0400 Subject: [PATCH] update contact email to hey.com address --- CODE_OF_CONDUCT.md | 2 +- Cargo.toml | 2 +- irc-proto/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 737429b..45c3635 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -57,7 +57,7 @@ except when explicitly stating such. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the lead project maintainer at [awe@pdgn.co](mailto:awe@pdgn.co). +reported by contacting the lead project maintainer at [aweiss@hey.com](mailto:aweiss@hey.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/Cargo.toml b/Cargo.toml index 41eaeca..fc2ce0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "irc" version = "0.14.0" description = "the irc crate – usable, async IRC for Rust " -authors = ["Aaron Weiss "] +authors = ["Aaron Weiss "] license = "MPL-2.0" keywords = ["irc", "client", "thread-safe", "async", "tokio"] categories = ["asynchronous", "network-programming"] diff --git a/irc-proto/Cargo.toml b/irc-proto/Cargo.toml index 5233c2a..069b3bf 100644 --- a/irc-proto/Cargo.toml +++ b/irc-proto/Cargo.toml @@ -2,7 +2,7 @@ name = "irc-proto" version = "0.14.0" description = "The IRC protocol distilled." -authors = ["Aaron Weiss "] +authors = ["Aaron Weiss "] license = "MPL-2.0" keywords = ["irc", "protocol", "tokio"] categories = ["network-programming"]