summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2021-01-23 16:48:11 -0600
committerEric Bavier <bavier@member.fsf.org>2021-01-23 16:48:11 -0600
commit51bcc29ca05067c74375edd6bec9ec5322164083 (patch)
tree45f3d12feeaddcdf7019ca20a6758db9774146f0 /gnu
parent7ee917d0cf22752d48df1ffaff0e03c72208ae25 (diff)
downloadguix-patches-51bcc29ca05067c74375edd6bec9ec5322164083.tar
guix-patches-51bcc29ca05067c74375edd6bec9ec5322164083.tar.gz
gnu: trigger-rally: Fix license field.
* gnu/packages/games.scm (trigger-rally)[license]: Use list.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 37fa926368..be7a3cc181 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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