From 4a196f9a65863e943e29589a6ae75d5eabbb53ea Mon Sep 17 00:00:00 2001 From: anemofilia Date: Thu, 28 Sep 2023 12:12:38 -0300 Subject: [PATCH] chore: fix abbreviation to agree with the use of kebab-case for all directory names --- radio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.scm b/radio.scm index 3ee4cff..14ea09c 100644 --- a/radio.scm +++ b/radio.scm @@ -247,7 +247,7 @@ (name "@punk") (position 'anywhere) (expansion - (format #f "~a/cpp/Punk" + (format #f "~a/cpp/punk" code-projects))) (abbreviation (name "@guix")