mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ (define-public python-gmpy2
|
|||
"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))
|
||||
|
|
Loading…
Reference in a new issue