[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gcompris-qt: Update license.
From: |
guix-commits |
Subject: |
02/02: gnu: gcompris-qt: Update license. |
Date: |
Wed, 25 Nov 2020 06:52:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit fe50813c73c93906ba450c6c3684e23a50199513
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 25 13:52:22 2020 +0200
gnu: gcompris-qt: Update license.
* gnu/packages/education.scm (gcompris-qt)[license]: Add silofl1.1 for
the bundled fonts.
---
gnu/packages/education.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 9cb916e..840e596 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -214,7 +214,8 @@ Currently available boards include:
@item reading practice
@item small games (memory games, jigsaw puzzles, ...)
@end enumerate\n")
- (license license:gpl3+)))
+ (license (list license:silofl1.1 ; bundled fonts
+ license:gpl3+))))
(define-public tipp10
(package