diff options
author | Pjotr Prins | 2022-12-08 22:24:28 +0000 |
---|---|---|
committer | Pjotr Prins | 2022-12-08 22:25:21 +0000 |
commit | 9fb27d3e8cd7f4ce1040bbf815b5c9031dbce3b0 (patch) | |
tree | ae01a5edf38d5d2079cfd9c41644405e216bc732 | |
parent | 217b73be4fb872380cabd0756352188011d58b84 (diff) | |
download | guix-bioinformatics-9fb27d3e8cd7f4ce1040bbf815b5c9031dbce3b0.tar.gz |
Minor fixes aiming for genenetwork1
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 19cc1ff..3cd1e1c 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2406,7 +2406,7 @@ The Genome Browser itself does not draw conclusions; rather, it collates all relevant information in one location, leaving the exploration and interpretation to the user.") (license (list - license:bsd-0 ; kent/src/{utils,lib,inc,tabStorm,parasol,hg/ausoSql,hg/autoXml} + ;; license:bsd-0 ; kent/src/{utils,lib,inc,tabStorm,parasol,hg/ausoSql,hg/autoXml} license:bsd-3 ; these two for bundled htslib-1.3 license:expat (license:non-copyleft |