From ba5f89d03cb0e674a1c1bd07aee3497d56d342d6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 19 May 2021 18:03:10 -0700 Subject: [PATCH] Move to libera.chat [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c94457..4f6f9a9 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ PyLink is licensed under the Mozilla Public License, version 2.0 ([LICENSE.MPL2] Please report any bugs you find to the [issue tracker](https://github.com/jlu5/PyLink/issues). Pull requests are open if you'd like to contribute, though new stuff generally goes to the **devel** branch. -There is also an IRC channel available: `#pylink @ chat.freenode.net` +There is also an IRC channel available: `#pylink @ irc.libera.chat` ## Installation ### Pre-requisites -* CPython 3.5 or above (other intepreters are untested and unsupported) +* CPython 3.5 or above (other interpreters are untested and unsupported) * A Unix-like operating system: PyLink is actively developed on Linux only, so we cannot guarantee that things will work properly on other systems. If you are a developer and want to help make PyLink more portable, patches are welcome.