aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-08-11 22:04:42 -0700
committerGravatar Tom Willemse2024-08-11 22:04:42 -0700
commit055836757d5b3dfbfee9018671f7562c27fed98a (patch)
tree2bc0f67c8cfd66902728db1c76dc10ea010c309f
parent6109963cdd94b447e2539bc521bf2db8f205125a (diff)
downloadguix-packages-055836757d5b3dfbfee9018671f7562c27fed98a.tar.gz
guix-packages-055836757d5b3dfbfee9018671f7562c27fed98a.zip
Fix dependency name
Unlike channels in guix configurations the ones defined in the channel dependencies don't need their names quoted.
-rw-r--r--.guix-channel2
1 files changed, 1 insertions, 1 deletions
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"))))