diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:39:11 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:07:55 -0700 |
commit | 337bdc17ce00d5f6b4baf420517cdc05ce51da43 (patch) | |
tree | 0fe56817b2ac4d924648eeb2ced024d98215fe89 | |
parent | 02fe0976b6fea813384d7554fcc3c9a701e4cccf (diff) |
gnu: r-widgettools: Fix typo "This package".
* gnu/packages/bioconductor (r-widgettools)[description]: Fix typo.
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 13be3b6013..3810749f83 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4178,7 +4178,7 @@ visualization of exonic read coverage.") (home-page "https://bioconductor.org/packages/widgetTools/") (synopsis "Tools for creating interactive tcltk widgets") (description - "This packages contains tools to support the construction of tcltk + "This package contains tools to support the construction of tcltk widgets in R.") ;; Any version of the LGPL. (license license:lgpl3+))) |