This is an automated email from the git hooks/post-receive script. dannym pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 76fd21e0e8 gnu: python-mathics-core: Fix license. 76fd21e0e8 is described below commit 76fd21e0e8b12e92e8150649335d9d91704ea4a5 Author: Danny Milosavljevic <dan...@friendly-machines.com> AuthorDate: Thu Dec 12 00:05:16 2024 +0100 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(-) 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