diff options
| author | Ricardo Wurmus <[email protected]> | 2025-11-06 12:40:00 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <[email protected]> | 2025-11-06 12:40:00 +0100 |
| commit | 343a454a427ae049cc0ac5fc5d6de94ebe5d65d2 (patch) | |
| tree | 7259b82a96dfa1c2e12a928a2d89f4930889b68e | |
| parent | f4442e409cf05d0c7cc4d6a251626d22efaffe8c (diff) | |
| download | gwl-master.tar.gz | |
| -rw-r--r-- | gwl/www/pages/community.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gwl/www/pages/community.scm b/gwl/www/pages/community.scm index e9c9462..1301659 100644 --- a/gwl/www/pages/community.scm +++ b/gwl/www/pages/community.scm @@ -1,5 +1,5 @@ ;;; Copyright © 2016, 2017 Roel Janssen <[email protected]> -;;; Copyright © 2021 Ricardo Wurmus <[email protected]> +;;; Copyright © 2021, 2025 Ricardo Wurmus <[email protected]> ;;; ;;; This program is free software: you can redistribute it and/or ;;; modify it under the terms of the GNU Affero General Public License @@ -23,9 +23,9 @@ (page-root-template "Guix Workflow Language" request-path `((h1 "Get in Touch!") (p "For real-time support from the community, you can connect to -the " (code "#guix-hpc") " channel on irc.freenode.net. There you can -get help about anything related to GNU Guix and the Guix Workflow -Language in an HPC context. +the " (code "#guix-hpc") " channel on " (a (@ (href "https://libera.chat")) "Libera.chat") +". There you can get help about anything related to GNU Guix and the +Guix Workflow Language in an HPC context. The " (code "#guix-hpc") " channel is logged. Previous conversations can be browsed online. See the " |
