summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-11-15 22:30:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-11-15 22:30:38 +0100
commit31b6ad823b7b80ef6681ea634e0a9eecd5875982 (patch)
tree789fd1aec01a0b07d2e47f5ff65fffe09beb996d /gnu/packages/games.scm
parent9ad333f6cdadc2d1e3b8278bbe09026d0a19be3f (diff)
downloadguix-patches-31b6ad823b7b80ef6681ea634e0a9eecd5875982.tar
guix-patches-31b6ad823b7b80ef6681ea634e0a9eecd5875982.tar.gz
gnu: curseofwar: Fix license.
* gnu/packages/games.scm (curseofwar)[license]: Switch to GPL3+.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2a32b8d616..97b0cb976d 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+)))