summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-27 09:39:09 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-27 09:39:09 -0400
commit38daa330f2194de5f39cd41b270c89d7b2e94427 (patch)
treea293c30db5cd24523fbf83c0b9d9fe217f25f276
parent8eabcd9b77130be7cf9c6930915eba1cdc0ec744 (diff)
Replace Freenode references with Libera.chat.
-rw-r--r--theme.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme.scm b/theme.scm
index d913d73..f7c1284 100644
--- a/theme.scm
+++ b/theme.scm
@@ -185,7 +185,9 @@ system. The official repository is hosted at "
(h2 "Community")
(p "Real-time discussion for " ,name " can be found on the "
(code "#guile")
- " channel on the Freenode IRC network.")
+ " channel on the "
+ ,(anchor "Libera.chat" "https://libera.chat")
+ " IRC network")
(h2 "Contributing")
(p "Send patches and bug reports to "
,(anchor "davet@gnu.org" "mailto:davet@gnu.org")