diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-03-23 01:21:33 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-03-23 01:21:33 +0400 |
commit | c776d6c682e8b6752167b6615e638a5b22e5b702 (patch) | |
tree | a129defa1b1b79ec2abb53002053f9ce4e6d3b23 /.guix-channel | |
parent | 8bdf3c1f842e69d60847c991134904725847d202 (diff) |
Fix channel name
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 1f5fbcd..fcd1498 100644 --- a/.guix-channel +++ b/.guix-channel @@ -3,7 +3,7 @@ (url "https://git.goritskov.com/rodion/little-guix-channel.git") (dependencies (channel - (name 'nonguix) + (name nonguix) (url "https://gitlab.com/nonguix/nonguix") (introduction (channel-introduction |