diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-15 22:30:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-15 22:30:38 +0100 |
commit | 31b6ad823b7b80ef6681ea634e0a9eecd5875982 (patch) | |
tree | 789fd1aec01a0b07d2e47f5ff65fffe09beb996d /gnu | |
parent | 9ad333f6cdadc2d1e3b8278bbe09026d0a19be3f (diff) | |
download | guix-31b6ad823b7b80ef6681ea634e0a9eecd5875982.tar guix-31b6ad823b7b80ef6681ea634e0a9eecd5875982.tar.gz |
gnu: curseofwar: Fix license.
* gnu/packages/games.scm (curseofwar)[license]: Switch to GPL3+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
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+))) |