gnu: python-gmpy2: Add license.

This is a follow-up to commit 5e388a6ebb.

* gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+.
This commit is contained in:
Marius Bakke 2019-02-17 20:38:52 +01:00
parent 4c23e261d1
commit 0b475e73e8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ but it can be used independently.")
"GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x")
(description (description
"GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x")
(license #f))) (license license:lgpl3+)))
(define-public python2-gmpy2 (define-public python2-gmpy2
(package-with-python2 python-gmpy2)) (package-with-python2 python-gmpy2))