summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-10-07 20:17:50 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-10-07 20:17:50 -0400
commit0e699be281c8dea53e589e08a5831837e0eae7ea (patch)
tree4266aebec927b13ca56410be1901e3ee78dff49e /theme.scm
parent38daa330f2194de5f39cd41b270c89d7b2e94427 (diff)
Updates for Chickadee 0.8.0 and Guile-SDL2 0.7.0.
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")