From 055836757d5b3dfbfee9018671f7562c27fed98a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 11 Aug 2024 22:04:42 -0700 Subject: Fix dependency name Unlike channels in guix configurations the ones defined in the channel dependencies don't need their names quoted. --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index 783c0e0..32b3a86 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,6 +2,6 @@ (version 0) (dependencies (channel - (name 'rosenthal) + (name rosenthal) (url "https://codeberg.org/hako/rosenthal.git") (branch "trunk")))) -- cgit v1.2.3-54-g00ecf