diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-17 20:38:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-17 20:38:52 +0100 |
commit | 0b475e73e8c500bcf44797f97042e91a28457ea3 (patch) | |
tree | 502c3031ed5d8fd52708f596913c19ccfe12c976 /gnu/packages/sagemath.scm | |
parent | 4c23e261d1ac26d0fd8cca21f139d0249f17c11e (diff) | |
download | guix-0b475e73e8c500bcf44797f97042e91a28457ea3.tar guix-0b475e73e8c500bcf44797f97042e91a28457ea3.tar.gz |
gnu: python-gmpy2: Add license.
This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9.
* gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+.
Diffstat (limited to 'gnu/packages/sagemath.scm')
-rw-r--r-- | gnu/packages/sagemath.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 06c4c0a17d..a400695b69 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -85,7 +85,7 @@ but it can be used independently.") "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") (description "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") - (license #f))) + (license license:lgpl3+))) (define-public python2-gmpy2 (package-with-python2 python-gmpy2)) |