diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:37:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:12:09 +0100 |
commit | 57a2a5015b558ac885f66cf0036995b2e8e47915 (patch) | |
tree | 0addb1e59cec40c1fe522bdc1f00cecca466cd86 | |
parent | b0c62de87f9bb7372cb605692022365c24491b51 (diff) |
gnu: r-fda: Use HTTPS home page.
* gnu/packages/cran.scm (r-fda)[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 77a7aab054..7e090737f5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18003,7 +18003,7 @@ actigraphy-measured activity counts data.") (build-system r-build-system) (propagated-inputs `(("r-matrix" ,r-matrix))) - (home-page "http://www.functionaldata.org") + (home-page "https://www.functionaldata.org") (synopsis "Functional data analysis") (description "These functions were developed to support functional data analysis as |