summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm20
1 files changed, 8 insertions, 12 deletions
diff --git a/channels.scm b/channels.scm
index e7fecd0..f3b3015 100644
--- a/channels.scm
+++ b/channels.scm
@@ -6,18 +6,14 @@
(define marekpasnikowski-fingerprint
"590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")
-( define deployment
- ( let
- ( ( introduction
- ( make-channel-introduction
- "c24ce7cb11e74da13d491f9de3c4b7040a069f43"
- ( openpgp-fingerprint marekpasnikowski-fingerprint ) ) )
- ( name 'deployment )
- ( url "https://git.marekpasnikowski.pl/git/deployment.git" ) )
- ( channel
- ( introduction introduction )
- ( name name )
- ( url url ) ) ) )
+(define deployment
+ (channel
+ (name 'deployment)
+ (url "https://git.marekpasnikowski.pl/git/deployment.git")
+ (introduction
+ (make-channel-introduction
+ "c24ce7cb11e74da13d491f9de3c4b7040a069f43"
+ (openpgp-fingerprint marekpasnikowski-fingerprint)))))
( define guix
( let