summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-06-25 19:54:18 +0100
committerFranz Geffke <franz@pantherx.org>2023-06-25 19:54:18 +0100
commit3761c533bddd5c64d36c60a336ee4f8d894f817c (patch)
treeddf38207afd22d058f84ef163f93dd7d3c4c0c27
parent54b4056ac571611892c743b65f4c47dc298c49da (diff)
guix-channel: added introduction to dependency
-rw-r--r--.guix-channel10
1 files changed, 8 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel
index 105420c..6d5ada9 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -7,5 +7,11 @@
(url "https://channels.pantherx.org/git/panther.git")
(dependencies
(channel
- (name nongnu)
- (url "https://channels.pantherx.org/git/nonguix.git"))))
+ (name 'nonguix)
+ (branch "master")
+ (url "https://channels.pantherx.org/git/nonguix.git")
+ (introduction
+ (make-channel-introduction
+ "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
+ (openpgp-fingerprint
+ "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))