update contact email to hey.com address

This commit is contained in:
Aaron Weiss 2020-07-23 13:38:14 -04:00
parent e9d18b7f48
commit 9e21dcf3c2
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -2,7 +2,7 @@
name = "irc"
version = "0.14.0"
description = "the irc crate usable, async IRC for Rust "
authors = ["Aaron Weiss <awe@pdgn.co>"]
authors = ["Aaron Weiss <aweiss@hey.com>"]
license = "MPL-2.0"
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
categories = ["asynchronous", "network-programming"]

View file

@ -2,7 +2,7 @@
name = "irc-proto"
version = "0.14.0"
description = "The IRC protocol distilled."
authors = ["Aaron Weiss <awe@pdgn.co>"]
authors = ["Aaron Weiss <aweiss@hey.com>"]
license = "MPL-2.0"
keywords = ["irc", "protocol", "tokio"]
categories = ["network-programming"]