From c4958dd2b463c00e4a50a8794d2ea995eed2a8d3 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 25 Jun 2023 20:14:48 +0100 Subject: guix-channel: restore introduction in correct format --- .guix-channel | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.guix-channel') 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")))))) -- cgit v1.2.3