me
/
guix
Archived
1
0
Fork 0

gnu: trigger-rally: Fix license field.

* gnu/packages/games.scm (trigger-rally)[license]: Use list.
master
Eric Bavier 2021-01-23 16:48:11 -06:00
parent 7ee917d0cf
commit 51bcc29ca0
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View 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