From 51bcc29ca05067c74375edd6bec9ec5322164083 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Sat, 23 Jan 2021 16:48:11 -0600 Subject: gnu: trigger-rally: Fix license field. * gnu/packages/games.scm (trigger-rally)[license]: Use list. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3