guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: jube: Fix license.


From: guix-commits
Subject: 01/08: gnu: jube: Fix license.
Date: Fri, 23 Aug 2019 17:39:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a9f3396014461a29e9d0256dcd5a87c19f850f0b
Author: Ludovic Courtès <address@hidden>
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

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