aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-21 20:04:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-21 23:17:43 +0100
commit40590caf3bb96ee36f7def75f292351a5615c795 (patch)
treec8396861534bfe45cc332c80fd84faa26bf2549a
parent11a54b3d6ed64efbbc41d3267ef06ecf590e74d3 (diff)
downloadguix-40590caf3bb96ee36f7def75f292351a5615c795.tar
guix-40590caf3bb96ee36f7def75f292351a5615c795.tar.gz
gnu: idr: Correct license.
* gnu/packages/bioinformatics.scm (idr)[license]: Change to GPLv2+.
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 314aaa4077..e13ab73e18 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