summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 18:55:50 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 19:02:22 +0100
commit76b82e2d3ceffcc619ec45538942c07950664672 (patch)
tree09fb440166f3661fe63d8b91e92db5d58e60fdfc /channels.scm
parented8317fe551a819d907375ac528ed665d82fa1e4 (diff)
Reform ruby-nano-bots definition
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm19
1 files changed, 9 insertions, 10 deletions
diff --git a/channels.scm b/channels.scm
index e719edd..1a3775b 100644
--- a/channels.scm
+++ b/channels.scm
@@ -44,16 +44,15 @@
(url url)))))
(define ruby-nano-bots
- (let ((branch "guix")
- (commit "92135778711a5496de7988a40c1aec95a41e16d7")
- (fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")
- (name 'ruby-nano-bots)
- (url "https://git.marekpasnikowski.pl/git/ruby-nano-bots.git"))
- (let ((key (openpgp-fingerprint fingerprint)))
- (channel (branch branch)
- (introduction (make-channel-introduction commit key))
- (name name)
- (url url)))))
+ (channel
+ (name 'ruby-nano-bots)
+ (url "https://git.marekpasnikowski.pl/git/ruby-nano-bots.git")
+ (branch "guix")
+ (introduction
+ (make-channel-introduction
+ "92135778711a5496de7988a40c1aec95a41e16d7"
+ (openpgp-fingerprint
+ "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))))
(define ruby-sweet-moon
(channel