update contact email to hey.com address
This commit is contained in:
parent
e9d18b7f48
commit
9e21dcf3c2
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ except when explicitly stating such.
|
||||||
## Enforcement
|
## Enforcement
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
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
|
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
|
is deemed necessary and appropriate to the circumstances. The project team is
|
||||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
description = "the irc crate – usable, async IRC for Rust "
|
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"
|
license = "MPL-2.0"
|
||||||
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
|
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
|
||||||
categories = ["asynchronous", "network-programming"]
|
categories = ["asynchronous", "network-programming"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "irc-proto"
|
name = "irc-proto"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
description = "The IRC protocol distilled."
|
description = "The IRC protocol distilled."
|
||||||
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
keywords = ["irc", "protocol", "tokio"]
|
keywords = ["irc", "protocol", "tokio"]
|
||||||
categories = ["network-programming"]
|
categories = ["network-programming"]
|
||||||
|
|
Loading…
Reference in a new issue