summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 18:49:44 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 18:49:44 +0100
commit4a6b3328feeaf99e7ddd082d8878a526f314d598 (patch)
tree93704a0ab6f6413e4fca3e8a5fa06a7f15e64b98 /channels.scm
parent70a1556bd26a5f57ff88088558c3ad0caac8ba8e (diff)
Reform ruby-sweet-form 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 3245237..2736742 100644
--- a/channels.scm
+++ b/channels.scm
@@ -56,16 +56,15 @@
(url url)))))
(define ruby-sweet-moon
- (let* ((fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")
- (make-channel-introduction
- (make-channel-introduction
- "1c15421c443c6e1f741c285e58e848beb6754048"
- (openpgp-fingerprint fingerprint))))
- (channel
- (name 'ruby-sweet-moon)
- (url "https://git.marekpasnikowski.pl/git/sweet-moon.git")
- (branch "guix")
- (introduction make-channel-introduction))))
+ (channel
+ (name 'ruby-sweet-moon)
+ (url "https://git.marekpasnikowski.pl/git/sweet-moon.git")
+ (branch "guix")
+ (introduction
+ (make-channel-introduction
+ "1c15421c443c6e1f741c285e58e848beb6754048"
+ (openpgp-fingerprint
+ "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))))
(define-public izumi-channels-service-type
(service home-channels-service-type (list deployment