summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index a8e53e3..c6cda99 100644
--- a/channels.scm
+++ b/channels.scm
@@ -5,8 +5,7 @@
( define deployment
( let
- ( ( branch "channel" )
- ( introduction
+ ( ( introduction
( make-channel-introduction
"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
( openpgp-fingerprint
@@ -14,7 +13,6 @@
( name 'deployment )
( url "https://git.marekpasnikowski.pl/git/deployment.git" ) )
( channel
- ( branch branch )
( introduction introduction )
( name name )
( url url ) ) ) )