guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: curseofwar: Fix license.


From: guix-commits
Subject: branch master updated: gnu: curseofwar: Fix license.
Date: Sun, 15 Nov 2020 16:31:14 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 31b6ad8  gnu: curseofwar: Fix license.
31b6ad8 is described below

commit 31b6ad823b7b80ef6681ea634e0a9eecd5875982
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 15 22:30:38 2020 +0100

    gnu: curseofwar: Fix license.
    
    * gnu/packages/games.scm (curseofwar)[license]: Switch to GPL3+.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2a32b8d..97b0cb9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11972,4 +11972,4 @@ game FPS.")
     (description "Curse of War is a fast-paced action strategy game originally
 implemented using ncurses user interface.  An SDL graphical version is also
 available.")
-    (license license:gpl3)))
+    (license license:gpl3+)))



reply via email to

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