Skip to content

Commit

Permalink
IRC: Move to libera.chat away from freenode
Browse files Browse the repository at this point in the history
Freenode has become distrustworthy and the channel is no longer under
our control.
  • Loading branch information
avoidr committed Jul 22, 2021
1 parent 86bdb6f commit ce4b44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# μTox [![IRC: #utox on freenode](https://img.shields.io/badge/freenode-%23utox-brightgreen.svg)](https://webchat.freenode.net/?channels=#utox) ![Actions Build Status](https://github.com/uTox/uTox/workflows/.github/workflows/ci.yaml/badge.svg) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/utox/utox?branch=develop&svg=true)](https://ci.appveyor.com/project/utox/utox)
# μTox [![IRC: #utox on libera.chat](https://img.shields.io/badge/libera.chat-%23utox-brightgreen.svg)](https://web.libera.chat/?channels=#utox) ![Actions Build Status](https://github.com/uTox/uTox/workflows/.github/workflows/ci.yaml/badge.svg) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/utox/utox?branch=develop&svg=true)](https://ci.appveyor.com/project/utox/utox)

The lightweight [Tox](https://github.com/TokTok/toxcore) client.

Expand Down
4 changes: 2 additions & 2 deletions docs/BUILD.md
@@ -1,6 +1,6 @@
# Build

Following are barebone compilation instructions. They probably won't work but #utox on freenode can
Following are barebone compilation instructions. They probably won't work but #utox on libera.chat can
probably help you out.

If you're looking for it to "just work" you're going to want [these instructions](INSTALL.md).
Expand Down Expand Up @@ -266,4 +266,4 @@ java -classpath $SDK_PATH/tools/lib/sdklib.jar com.android.sdklib.build.ApkBuild
jarsigner -sigalg SHA1withRSA -digestalg SHA1 -keystore ./tmp/debug.keystore -storepass $PASSWORD ./tmp/tmp2.apk $ALIAS
```

Come to think of it, this section is woefully out of date. The android build script in tools/ is likely to be more helpful at this point. Or come to [#utox on Freenode](https://webchat.freenode.net/?channels=#utox) and ask for grayhatter. If you're interested in working on android. He'll get you a build environment set up!
Come to think of it, this section is woefully out of date. The android build script in tools/ is likely to be more helpful at this point. Or come to [#utox on libera.chat](https://web.libera.chat/?channels=#utox) and ask for grayhatter. If you're interested in working on android. He'll get you a build environment set up!

0 comments on commit ce4b44a

Please sign in to comment.