diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index 9882877..4615640 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -159,7 +159,7 @@ (tbody ,@(map (match-lambda - ((name . version) + ((name version rest ...) `(tr (td ,name) (td ,version)))) @@ -176,7 +176,7 @@ (tbody ,@(map (match-lambda - ((name . version) + ((name version rest ...) `(tr (td ,name) (td ,version))))