diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:41:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:31 +0100 |
commit | 40a0734ca8e2d12220caf9f458fd64b6fac22475 (patch) | |
tree | 3fd0b77c30c8531c64b59c9081c5a13d41c1ff17 | |
parent | 7219193ad97f7227706f512a914d4e095e74276d (diff) | |
download | patches-40a0734ca8e2d12220caf9f458fd64b6fac22475.tar patches-40a0734ca8e2d12220caf9f458fd64b6fac22475.tar.gz |
gnu: r-smoother: Use HTTPS home page.
* gnu/packages/cran.scm (r-smoother)[home-page]: Use HTTPS.
-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 d59b61c42a..1ba56aafae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5240,7 +5240,7 @@ regression and information measures are implemented.") (build-system r-build-system) (propagated-inputs `(("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") (description "This package provides a collection of methods for smoothing numerical |