guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix a small issue with processing the build-serve


From: Christopher Baines
Subject: branch master updated: Fix a small issue with processing the build-server-urls
Date: Tue, 02 Jun 2020 13:45:34 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 5894f05  Fix a small issue with processing the build-server-urls
5894f05 is described below

commit 5894f05147b24383202e82f55dcac2f7e4e26b2e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 2 18:45:19 2020 +0100

    Fix a small issue with processing the build-server-urls
---
 guix-data-service/web/revision/html.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/web/revision/html.scm 
b/guix-data-service/web/revision/html.scm
index f131aa4..f04a7a8 100644
--- a/guix-data-service/web/revision/html.scm
+++ b/guix-data-service/web/revision/html.scm
@@ -1501,7 +1501,7 @@ figure {
                                                    header-link)
   (define substitute-availability-options
     (map (match-lambda
-           ((id url)
+           ((id . url)
             (cons url id)))
          build-server-urls))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]