diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-09-01 08:52:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-01 10:26:31 +0200 |
commit | 75690c9f6bd7909868ae0f91ee7f3cf9e0be1942 (patch) | |
tree | cf721e3924aac6082cdead95661944e72782a40d /gnu/packages | |
parent | eda8f36cd6be051b5c999ef92c01d872e5e9b96a (diff) |
gnu: r-rcas: Correct license.
* gnu/packages/bioinformatics.scm (r-rcas)[license]: Use correct license.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index eb1d458593..57db745064 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8044,7 +8044,7 @@ paired-end data.") intuitive reports and publication-ready graphics. This package provides the R library implementing most of the pipeline's features.") (home-page "https://github.com/BIMSBbioinfo/RCAS") - (license license:expat))) + (license license:artistic2.0))) (define-public rcas-web (package |