diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-12-18 15:41:32 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-12-18 16:01:26 -0800 |
commit | 1679dec45b535d831e4c3a1ec8605d8e9e2f8ab0 (patch) | |
tree | 39b073e8dff2fc81607af10a93b017cec22f2747 /gnu | |
parent | 12ca7677028119bb280e33f7a759a66724d468d1 (diff) |
gnu: r-gson: Fix typo.
* gnu/packages/cran.scm (r-gson)[description]: Fix pluralized "This package".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 340a63cab1..5a76c76c6e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -634,7 +634,7 @@ the output locally.") (home-page "https://cran.r-project.org/package=gson") (synopsis "Base Class and Methods for 'gson' Format") (description - "This packages proposes a new file format named @code{gson} for storing + "This package proposes a new file format named @code{gson} for storing gene set and related information, and provides read, write and other utilities to process this file format.") (license license:artistic2.0))) |