diff options
-rw-r--r-- | channels.scm | 19 |
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 |