diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-14 21:18:27 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-14 21:18:27 +0100 |
commit | 7b94a03e8c304682871e2e6e229934e3d493d208 (patch) | |
tree | 29b0a63a868279786d9133e3a6316188ded7e554 | |
parent | 8b66a3f074e614c678ff8d56f239cb6f1a50deab (diff) | |
download | json-rpc-shell-7b94a03e8c304682871e2e6e229934e3d493d208.tar.gz json-rpc-shell-7b94a03e8c304682871e2e6e229934e3d493d208.tar.xz json-rpc-shell-7b94a03e8c304682871e2e6e229934e3d493d208.zip |
Update IRC server address
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 02f202c..e0edcfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c notifications: irc: - channels: "anathema.irc.so#anathema" + channels: "irc.janouch.name#dev" use_notice: true skip_join: true compiler: diff --git a/README.adoc b/README.adoc index bc9d724..3781b97 100644 --- a/README.adoc +++ b/README.adoc @@ -55,7 +55,7 @@ Contributing and Support ------------------------ Use this project's GitHub to report any bugs, request features, or submit pull requests. If you want to discuss this project, or maybe just hang out with -the developer, feel free to join me at irc://anathema.irc.so, channel #anathema. +the developer, feel free to join me at irc://irc.janouch.name, channel #dev. License ------- |