aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2024-12-12 00:05:16 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-12 00:05:54 +0100
commit76fd21e0e8b12e92e8150649335d9d91704ea4a5 (patch)
tree097d2a5812076b5596fb18090a4740b32c0c4f8e
parentf168af92f771ff1c084441a99ba219a91599de4d (diff)
downloadguix-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.scm2
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