guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-gmpy2: Add license.


From: guix-commits
Subject: 01/02: gnu: python-gmpy2: Add license.
Date: Sun, 17 Feb 2019 14:42:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0b475e73e8c500bcf44797f97042e91a28457ea3
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 17 20:38:52 2019 +0100

    gnu: python-gmpy2: Add license.
    
    This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9.
    
    * gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+.
---
 gnu/packages/sagemath.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 06c4c0a..a400695 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]