summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")