guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: trigger-rally: Fix license field.


From: guix-commits
Subject: branch master updated: gnu: trigger-rally: Fix license field.
Date: Sat, 23 Jan 2021 17:49:22 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 51bcc29  gnu: trigger-rally: Fix license field.
51bcc29 is described below

commit 51bcc29ca05067c74375edd6bec9ec5322164083
Author: Eric Bavier <bavier@member.fsf.org>
AuthorDate: Sat Jan 23 16:48:11 2021 -0600

    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(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 37fa926..be7a3cc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]