summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-02-15 21:14:18 -0500
committerLeo Famulari <leo@famulari.name>2016-02-15 21:14:18 -0500
commit8763fdf8a59f16952d1848e80ae6db77e9918c2a (patch)
tree4ea58d9fe9443c4cd7e1727686b8a3be3e0afe26
parent7e2e115501ad7f6622f4cddca37a34a63582292d (diff)
downloadguix-patches-8763fdf8a59f16952d1848e80ae6db77e9918c2a.tar
guix-patches-8763fdf8a59f16952d1848e80ae6db77e9918c2a.tar.gz
gnu: pioneers: Fix license.
* gnu/packages/games.scm (pioneers)[license]: Correct 'gpl3+' to 'gpl2+'.
-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 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+)))