mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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…
Add table
Add a link
Reference in a new issue