gnu: r-smoother: Use HTTPS home page.

* gnu/packages/cran.scm (r-smoother)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:41:31 +01:00
parent 7219193ad9
commit 40a0734ca8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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