summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-06-25 20:14:48 +0100
committerFranz Geffke <franz@pantherx.org>2023-06-25 20:14:48 +0100
commitc4958dd2b463c00e4a50a8794d2ea995eed2a8d3 (patch)
tree2aad5a8ab9166291fc42bad3707e70b5b6c31511
parent72a38ef1ffed99883bcad2054da965fd6ffc3b74 (diff)
guix-channel: restore introduction in correct format
-rw-r--r--.guix-channel12
1 files changed, 9 insertions, 3 deletions
diff --git a/.guix-channel b/.guix-channel
index 32df654..efd9002 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -3,9 +3,15 @@
(channel
(version 0)
- (name 'pantherx)
+ (name pantherx)
(url "https://channels.pantherx.org/git/panther.git")
(dependencies
(channel
- (name 'nonguix)
- (url "https://channels.pantherx.org/git/nonguix.git"))))
+ (name nonguix)
+ (url "https://channels.pantherx.org/git/nonguix.git")
+ (branch "master")
+ (introduction
+ (channel-introduction
+ (version 0)
+ (commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
+ (signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))