]> infiniteadaptability.org Git - channel/commitdiff
channel: fix .guix-channel file format
authorAlexander Joss <[email protected]>
Tue, 21 Jul 2026 05:49:31 +0000 (22:49 -0700)
committerAlexander Joss <[email protected]>
Tue, 21 Jul 2026 05:49:31 +0000 (22:49 -0700)
.guix-channel

index ee2930f154fa78e0eaab8c81f28a22b9ac36adb1..bb150fc61c119f21035bb5fa333d9748484b79a1 100644 (file)
@@ -5,7 +5,8 @@
                   (url "https://gitlab.com/nonguix/nonguix")
                   ;; Enable signature verification:
                   (introduction
-                   (make-channel-introduction
-                    "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
-                    (openpgp-fingerprint
-                     "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
+                   (channel-introduction (version 0)
+                                         (commit
+                                          "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
+                                         (signer
+                                          "2A39 3FFF 68F4 EF7A 3D29  12AF 6F51 20A0 22FB B2D5"))))))