[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: pioneers: Fix license.
From: |
Leo Famulari |
Subject: |
01/01: gnu: pioneers: Fix license. |
Date: |
Tue, 16 Feb 2016 02:18:20 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 8763fdf8a59f16952d1848e80ae6db77e9918c2a
Author: Leo Famulari <address@hidden>
Date: Mon Feb 15 21:14:18 2016 -0500
gnu: pioneers: Fix license.
* gnu/packages/games.scm (pioneers)[license]: Correct 'gpl3+' to 'gpl2+'.
---
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 4cc96ca..0766a86 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+)))