From 0e699be281c8dea53e589e08a5831837e0eae7ea Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 7 Oct 2021 20:17:50 -0400 Subject: Updates for Chickadee 0.8.0 and Guile-SDL2 0.7.0. --- theme.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'theme.scm') 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") -- cgit v1.2.3