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:
parent
4c23e261d1
commit
0b475e73e8
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue