Updated for username change (aaronweiss74 -> aatxe)

This commit is contained in:
Aaron Weiss 2014-12-19 10:35:26 -05:00
parent 467559b478
commit d2aa8df1b9
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ description = "A simple, thread-safe IRC client library."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"] authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
license = "Unlicense" license = "Unlicense"
keywords = ["irc", "client", "thread-safe"] keywords = ["irc", "client", "thread-safe"]
documentation = "http://aaronweiss74.github.io/irc/irc/" documentation = "http://aatxe.github.io/irc/irc/"
repository = "https://github.com/aaronweiss74/irc" repository = "https://github.com/aatxe/irc"
readme = "README.md" readme = "README.md"
[features] [features]

View file

@ -1,7 +1,7 @@
# irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) # # irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) #
A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with
[RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, ready-to-use documentation [RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, ready-to-use documentation
online [here](http://aaronweiss74.github.io/irc/irc/). The documentation is generated online [here](http://aatxe.github.io/irc/irc/). The documentation is generated
using both the SSL feature and the encode feature. Specifically, the signatures of using both the SSL feature and the encode feature. Specifically, the signatures of
irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default. irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default.