diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:10:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:13:41 +0200 |
commit | 6086e6ed1a038793e358becddded50d97593f691 (patch) | |
tree | fbce4ef63dd191567b7b4b8ab813682abfae0c54 | |
parent | d127fdd0e79905f99ace13039bc0919acf02eed2 (diff) |
gnu: r-benchmarkmedata: Fix typo in description.
* gnu/packages/cran.scm (r-benchmarkmedata)[description]: Fix typo.
-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 94966e8d41..878980a230 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -367,7 +367,7 @@ for authoring journal articles and conference submissions.") ("r-tibble" ,r-tibble))) (home-page "https://github.com/csgillespie/benchmarkme-data") (synopsis "Data set for the @code{benchmarkme} package") - (description "This pacakge contains the data set for the crowd sourced + (description "This package contains the data set for the crowd-sourced benchmarks from running the @code{benchmarkme} package.") (license license:gpl2+))) |