diff options
author | Eric Bavier <bavier@member.fsf.org> | 2021-01-23 16:48:11 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2021-01-23 16:48:11 -0600 |
commit | 51bcc29ca05067c74375edd6bec9ec5322164083 (patch) | |
tree | 45f3d12feeaddcdf7019ca20a6758db9774146f0 /gnu/packages/games.scm | |
parent | 7ee917d0cf22752d48df1ffaff0e03c72208ae25 (diff) | |
download | guix-51bcc29ca05067c74375edd6bec9ec5322164083.tar.gz |
gnu: trigger-rally: Fix license field.
* gnu/packages/games.scm (trigger-rally)[license]: Use list.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
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 |