gnu: r-rmarkdown: Use HTTPS home page.
* gnu/packages/statistics.scm (r-rmarkdown)[home-page]: Use HTTPS.
This commit is contained in:
parent
322f465751
commit
3757f5cbc1
|
@ -2727,7 +2727,7 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
("r-xfun" ,r-xfun)
|
("r-xfun" ,r-xfun)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
("ghc-pandoc" ,ghc-pandoc)))
|
("ghc-pandoc" ,ghc-pandoc)))
|
||||||
(home-page "http://rmarkdown.rstudio.com")
|
(home-page "https://rmarkdown.rstudio.com")
|
||||||
(synopsis "Convert R Markdown documents into a variety of formats")
|
(synopsis "Convert R Markdown documents into a variety of formats")
|
||||||
(description
|
(description
|
||||||
"This package provides tools to convert R Markdown documents into a
|
"This package provides tools to convert R Markdown documents into a
|
||||||
|
|
Loading…
Reference in New Issue