gnu: r-gson: Fix typo.

* gnu/packages/cran.scm (r-gson)[description]: Fix pluralized "This package".
This commit is contained in:
Vagrant Cascadian 2022-12-18 15:41:32 -08:00
parent 12ca767702
commit 1679dec45b
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -634,7 +634,7 @@ (define-public r-gson
(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)))