diff options
-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+))) |