2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Fix a small issue with processing the build-server-urls

This commit is contained in:
Christopher Baines 2020-06-02 18:45:19 +01:00
parent 1241726162
commit 5894f05147

View file

@ -1501,7 +1501,7 @@ figure {
header-link)
(define substitute-availability-options
(map (match-lambda
((id url)
((id . url)
(cons url id)))
build-server-urls))