From c9dcfa50f8401b75bb00dcd1428e94ba83b12e83 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Thu, 27 May 2021 21:48:39 +0200 Subject: [PATCH] throw freenode down the memory hole (cherry picked from commit 822e338e5ccee59963f50c876998c2e55ee8caa7) --- scripts/install-multi-user.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 349bffa45..96c19890f 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -63,7 +63,8 @@ contactme() { echo "If you can, open an issue at https://github.com/nixos/nix/issues" echo "" echo "Or feel free to contact the team," - echo " - on IRC #nixos on irc.freenode.net" + echo " - on Matrix #nix:nixos.org" + echo " - on IRC #nixos on irc.libera.chat" echo " - on twitter @nixos_org" }