mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: r-smoother: Use HTTPS home page.
* gnu/packages/cran.scm (r-smoother)[home-page]: Use HTTPS.
This commit is contained in:
parent
7219193ad9
commit
40a0734ca8
1 changed files with 1 additions and 1 deletions
|
@ -5240,7 +5240,7 @@ (define-public r-smoother
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ttr" ,r-ttr)))
|
`(("r-ttr" ,r-ttr)))
|
||||||
(home-page "http://cran.r-project.org/web/packages/smoother")
|
(home-page "https://cran.r-project.org/web/packages/smoother")
|
||||||
(synopsis "Functions relating to the smoothing of numerical data")
|
(synopsis "Functions relating to the smoothing of numerical data")
|
||||||
(description
|
(description
|
||||||
"This package provides a collection of methods for smoothing numerical
|
"This package provides a collection of methods for smoothing numerical
|
||||||
|
|
Loading…
Reference in a new issue