guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: idr: Correct license.


From: Ricardo Wurmus
Subject: 01/02: gnu: idr: Correct license.
Date: Tue, 21 Nov 2017 17:17:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 40590caf3bb96ee36f7def75f292351a5615c795
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 21 20:04:14 2017 +0100

    gnu: idr: Correct license.
    
    * gnu/packages/bioinformatics.scm (idr)[license]: Change to GPLv2+.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 314aaa4..e13ab73 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3076,7 +3076,7 @@ data.  It also provides the bgzip, htsfile, and tabix 
utilities.")
      "The IDR (Irreproducible Discovery Rate) framework is a unified approach
 to measure the reproducibility of findings identified from replicate
 experiments and provide highly stable thresholds based on reproducibility.")
-    (license license:gpl3+)))
+    (license license:gpl2+)))
 
 (define-public jellyfish
   (package



reply via email to

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