From d2aa8df1b951b76792f17d2c7727c2089207ba04 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Fri, 19 Dec 2014 10:35:26 -0500 Subject: [PATCH] Updated for username change (aaronweiss74 -> aatxe) --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c19dab..4c63002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense" keywords = ["irc", "client", "thread-safe"] -documentation = "http://aaronweiss74.github.io/irc/irc/" -repository = "https://github.com/aaronweiss74/irc" +documentation = "http://aatxe.github.io/irc/irc/" +repository = "https://github.com/aatxe/irc" readme = "README.md" [features] diff --git a/README.md b/README.md index 7cdbe54..f1bfa65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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 [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 irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default.