Changed author email to my preferred email.

This commit is contained in:
Aaron Weiss 2017-06-23 13:45:11 -04:00
parent 5a0f54612d
commit 9ad30e41a2
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -2,7 +2,7 @@
name = "irc" name = "irc"
version = "0.12.0" version = "0.12.0"
description = "A simple, thread-safe, and async-friendly IRC client library." description = "A simple, thread-safe, and async-friendly IRC client library."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"] authors = ["Aaron Weiss <awe@pdgn.co>"]
license = "MPL-2.0" license = "MPL-2.0"
keywords = ["irc", "client", "thread-safe", "async", "tokio"] keywords = ["irc", "client", "thread-safe", "async", "tokio"]
documentation = "https://docs.rs/irc/" documentation = "https://docs.rs/irc/"