From 76fd21e0e8b12e92e8150649335d9d91704ea4a5 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 12 Dec 2024 00:05:16 +0100 Subject: gnu: python-mathics-core: Fix license. * gnu/packages/maths.scm (python-mathics-core)[license]: Change to gpl3. Change-Id: Ic48b004f5fd429ddf99c34d5ba891736f9ffafd6 --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 810af1b18d..d244f1c1e1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -10574,7 +10574,7 @@ the Wolfram language.") (description "This package provides a computer algebra system--an alternative to Wolfram.") (home-page "https://mathics.org/") - (license license:gpl3+))) + (license license:gpl3))) (define-public python-mathicsscript (package -- cgit v1.2.3