civodul pushed a commit to branch master
in repository guix.

commit a9f3396014461a29e9d0256dcd5a87c19f850f0b
Author: Ludovic Courtès <[email protected]>
Date:   Fri Aug 23 19:14:32 2019 +0200

    gnu: jube: Fix license.
    
    * gnu/packages/python-xyz.scm (jube)[license]: Change to GPL3+.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 135ff05..ec7017e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16113,4 +16113,4 @@ benchmarked application, benchmark data is stored in a 
format that allows JUBE
 to deduct the desired information.  This data can be parsed by automatic pre-
 and post-processing scripts that draw information and store it more densely
 for manual interpretation.")
-    (license license:expat)))
+    (license license:gpl3+)))

Reply via email to