Morgan Smith wrote 2 years ago
(address . guix-patches@gnu.org)(address . davet@gnu.org)
* gnu/packages/game-development.scm (guile-chickadee)[license]: Change to
Apache 2.0 (asl2.0).
---
As you can see from the files in the package, the license is Apache 2.0. The
change was announced here: https://dthompson.us/chickadee-0100-released.html
The homepage at https://dthompson.us/projects/chickadee.htmlstill mentions
gpl3+ though so I've CC'd David Thompson to alert them.
gnu/packages/game-development.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Toggle diff (14 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index aa99109cca..36b5156370 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2111,8 +2111,8 @@ (define-public guile-chickadee
@item keyboard, mouse, controller input
@item REPL-driven development model
@end enumerate\n")
- (license license:gpl3+)))
+ (license license:asl2.0)))
(define-public bennu-game-development
(package
--
2.40.1