diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 00:05:16 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 00:05:54 +0100 |
commit | 76fd21e0e8b12e92e8150649335d9d91704ea4a5 (patch) | |
tree | 097d2a5812076b5596fb18090a4740b32c0c4f8e | |
parent | f168af92f771ff1c084441a99ba219a91599de4d (diff) | |
download | guix-76fd21e0e8b12e92e8150649335d9d91704ea4a5.tar.gz guix-76fd21e0e8b12e92e8150649335d9d91704ea4a5.zip |
gnu: python-mathics-core: Fix license.
* gnu/packages/maths.scm (python-mathics-core)[license]: Change to gpl3.
Change-Id: Ic48b004f5fd429ddf99c34d5ba891736f9ffafd6
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |