From 31b6ad823b7b80ef6681ea634e0a9eecd5875982 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 15 Nov 2020 22:30:38 +0100 Subject: 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(-) (limited to 'gnu') 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+))) -- cgit v1.2.3