summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2021-06-06 21:05:53 +0200
committerArmin Rigo <arigo@tunes.org>2021-06-06 21:05:53 +0200
commit8f72c869e48826da4108e9d8e544b74bfdc3cf37 (patch)
tree27f9c7699d06d94a4cd6d4c06c8cfda3c53ec0a6
parent6f56c6db7531f89aba2b5e331a7a0b158f1f2a41 (diff)
downloadcffi-8f72c869e48826da4108e9d8e544b74bfdc3cf37.tar.gz
move the irc channels in the documentation
-rw-r--r--doc/source/goals.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/goals.rst b/doc/source/goals.rst
index f66df21..df4877c 100644
--- a/doc/source/goals.rst
+++ b/doc/source/goals.rst
@@ -55,8 +55,8 @@ Get started by reading `the overview`__.
Comments and bugs
-----------------
-The best way to contact us is on the IRC ``#pypy`` channel of
-``irc.freenode.net``. Feel free to discuss matters either there or in
+The best way to contact us is on the IRC ``#cffi`` or ``#pypy`` channels of
+``irc.libera.chat``. Feel free to discuss matters either there or in
the `mailing list`_. Please report to the `issue tracker`_ any bugs.
As a general rule, when there is a design issue to resolve, we pick the
diff --git a/setup.py b/setup.py
index c5c07b2..6b9ed98 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def no_working_compiler_found():
tries to compile C code. (Hints: on OS/X 10.8, for errors about
-mno-fused-madd see http://stackoverflow.com/questions/22313407/
Otherwise, see https://wiki.python.org/moin/CompLangPython or
- the IRC channel #python on irc.freenode.net.)
+ the IRC channel #python on irc.libera.chat.)
Trying to continue anyway. If you are trying to install CFFI from
a build done in a different context, you can ignore this warning.