channels: Add the channel branch in sexp->channel.

* guix/channels.scm (sexp->channel): Add the channel branch.
This commit is contained in:
Mathieu Othacehe 2021-03-10 16:53:51 +01:00
parent c1baf9b824
commit 8f999e1ac2
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -949,6 +949,7 @@ does not have the expected structure."
(#f name)
(('name name) name)))
(url url)
(branch branch)
(commit commit)
(introduction
(match (assq 'introduction rest)