diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:53:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:12:07 +0100 |
commit | 3a18b1cc2ecc03b661a86214ba99440fd3296b19 (patch) | |
tree | a3950d18cbf24d25ba7b3b62c0c657d4feba089c /gnu | |
parent | b1d3e63bc2f98293efd2372fec93af9f1de62c7d (diff) | |
download | patches-3a18b1cc2ecc03b661a86214ba99440fd3296b19.tar patches-3a18b1cc2ecc03b661a86214ba99440fd3296b19.tar.gz |
gnu: r-knitr: Update home page.
* gnu/packages/statistics.scm (r-knitr)[home-page]: Follow (HTTPS)
redirection.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5e614d74e1..cd6b754425 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1414,7 +1414,7 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.") ("r-stringr" ,r-stringr) ("r-xfun" ,r-xfun) ("r-yaml" ,r-yaml))) - (home-page "http://yihui.name/knitr/") + (home-page "https://yihui.org/knitr/") (synopsis "General-purpose package for dynamic report generation in R") (description "This package provides a general-purpose tool for dynamic report |