summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme.scm b/theme.scm
index f7c1284..6d651cb 100644
--- a/theme.scm
+++ b/theme.scm
@@ -118,7 +118,8 @@ free culture works available under the " ,%cc-by-sa-link " license.")
sxml->html)))
(define* (project-page #:key name file-name description usage requirements
- installation manual? license repo releases guix-package)
+ installation manual? license repo releases guix-package
+ (irc-channel "#guile"))
(define (tarball-url version)
(string-append "https://files.dthompson.us/"
repo "/" repo "-" version
@@ -184,7 +185,7 @@ system. The official repository is hosted at "
(pre "git clone " ,url)))
(h2 "Community")
(p "Real-time discussion for " ,name " can be found on the "
- (code "#guile")
+ (code ,irc-channel)
" channel on the "
,(anchor "Libera.chat" "https://libera.chat")
" IRC network")