diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-15 21:14:18 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-15 21:14:18 -0500 |
commit | 8763fdf8a59f16952d1848e80ae6db77e9918c2a (patch) | |
tree | 4ea58d9fe9443c4cd7e1727686b8a3be3e0afe26 /gnu/packages/games.scm | |
parent | 7e2e115501ad7f6622f4cddca37a34a63582292d (diff) | |
download | patches-8763fdf8a59f16952d1848e80ae6db77e9918c2a.tar patches-8763fdf8a59f16952d1848e80ae6db77e9918c2a.tar.gz |
gnu: pioneers: Fix license.
* gnu/packages/games.scm (pioneers)[license]: Correct 'gpl3+' to 'gpl2+'.
Diffstat (limited to 'gnu/packages/games.scm')
-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 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+))) |