gnu: r-gson: Fix typo.
* gnu/packages/cran.scm (r-gson)[description]: Fix pluralized "This package".
parent
12ca767702
commit
1679dec45b
|
@ -634,7 +634,7 @@ the output locally.")
|
||||||
(home-page "https://cran.r-project.org/package=gson")
|
(home-page "https://cran.r-project.org/package=gson")
|
||||||
(synopsis "Base Class and Methods for 'gson' Format")
|
(synopsis "Base Class and Methods for 'gson' Format")
|
||||||
(description
|
(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
|
gene set and related information, and provides read, write and other utilities
|
||||||
to process this file format.")
|
to process this file format.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
Reference in New Issue