diff options
author | pjotrp | 2022-12-17 10:26:51 -0600 |
---|---|---|
committer | pjotrp | 2022-12-17 10:26:51 -0600 |
commit | c81e1100651708890a0bffc98ed0eb27c3f35c9f (patch) | |
tree | c1b69bdcee1f1ff84792997461d6586de500f152 | |
parent | eafcf26cd1d04501672c238663a64a4af8b173f0 (diff) | |
download | guix-bioinformatics-c81e1100651708890a0bffc98ed0eb27c3f35c9f.tar.gz |
Update license field to stop error
-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 25aece9..9cc3c83 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -430,7 +430,7 @@ reads.") (description "Variant detection in massively parallel sequencing data.") ;; Free for non-commercial use by academic, government, and ;; non-profit/not-for-profit institutions - (license license:non-copyleft))) + (license #f))) (define-public edirect-gn (deprecated-package "edirect-gn" edirect)) |