gnu: trigger-rally: Fix license field.
authorEric Bavier <bavier@member.fsf.org>
Sat, 23 Jan 2021 22:48:11 +0000 (16:48 -0600)
committerEric Bavier <bavier@member.fsf.org>
Sat, 23 Jan 2021 22:48:11 +0000 (16:48 -0600)
* gnu/packages/games.scm (trigger-rally)[license]: Use list.

gnu/packages/games.scm

index 37fa926..be7a3cc 100644 (file)
@@ -2543,8 +2543,8 @@ through the maps in often tight time limits and can further improve by beating
 the recorded high scores.  All attached single races must be finished in time
 in order to win an event, unlocking additional events and cars.  Most maps are
 equipped with spoken co-driver notes and co-driver icons.")
-    (license license:cc0                ;textures and audio in data.zip
-             license:gpl2+)))
+    (license (list license:cc0               ;textures and audio in data.zip
+                   license:gpl2+))))
 
 (define-public ufo2map
   (package