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 /scripts | |
parent | 19396f2a8ab5f641daa08b8b7fd51f875674536a (diff) |
throw freenode down the memory hole
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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" } |