From 8763fdf8a59f16952d1848e80ae6db77e9918c2a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 15 Feb 2016 21:14:18 -0500 Subject: [PATCH] gnu: pioneers: Fix license. * gnu/packages/games.scm (pioneers)[license]: Correct 'gpl3+' to 'gpl2+'. --- 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 4cc96ca49e..0766a86e99 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1916,4 +1916,4 @@ are only two levels to play with, but they are very addictive.") Catan. It can be played on a local network, on the internet, and with AI players.") (home-page "http://pio.sourceforge.net/") - (license license:gpl3+))) + (license license:gpl2+)))