diff options
author | Patrick Hilhorst <git@hilhorst.be> | 2021-05-27 21:48:39 +0200 |
---|---|---|
committer | Patrick Hilhorst <git@hilhorst.be> | 2021-05-27 21:48:39 +0200 |
commit | 822e338e5ccee59963f50c876998c2e55ee8caa7 (patch) | |
tree | e8ef5c52f4876b23b8d45edba29b2771b7a58354 | |
parent | 19396f2a8ab5f641daa08b8b7fd51f875674536a (diff) |
throw freenode down the memory hole
-rw-r--r-- | .github/STALE-BOT.md | 2 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | scripts/install-multi-user.sh | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.github/STALE-BOT.md b/.github/STALE-BOT.md index 5e8f5d929..383717bfc 100644 --- a/.github/STALE-BOT.md +++ b/.github/STALE-BOT.md @@ -3,7 +3,7 @@ - Thanks for your contribution! - To remove the stale label, just leave a new comment. - _How to find the right people to ping?_ → [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.) -- You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/) or on the [#nixos IRC channel](https://webchat.freenode.net/#nixos). +- You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/) or on [Matrix - #nix:nixos.org](https://matrix.to/#/#nix:nixos.org). ## Suggestions for PRs @@ -28,7 +28,8 @@ build nix from source with nix-build or how to get a development environment. - [Nix manual](https://nixos.org/nix/manual) - [Nix jobsets on hydra.nixos.org](https://hydra.nixos.org/project/nix) - [NixOS Discourse](https://discourse.nixos.org/) -- [IRC - #nixos on freenode.net](irc://irc.freenode.net/#nixos) +- [Matrix - #nix:nixos.org](https://matrix.to/#/#nix:nixos.org) +- [IRC - #nixos on libera.chat](irc://irc.libera.chat/#nixos) ## License diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 9b62e708f..e1046c19c 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -63,7 +63,8 @@ contact_us() { echo "You can open an issue at https://github.com/nixos/nix/issues" echo "" echo "Or feel free to contact the team:" - echo " - IRC: in #nixos on irc.freenode.net" + echo " - Matrix: #nix:nixos.org" + echo " - IRC: in #nixos on irc.libera.chat" echo " - twitter: @nixos_org" echo " - forum: https://discourse.nixos.org" } |