diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:21:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 17:48:53 +0100 |
commit | e309b7206f61274e654588f915e4bcb563274014 (patch) | |
tree | e7f0eacf3faaf7f35ba5af39046f09296c5c35a3 | |
parent | 8a02807a127b424419fd4f8c5eb13579a0e46b7d (diff) |
gnu: r-stabledist: Use HTTPS home page.
* gnu/packages/cran.scm (r-stabledist)[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 d1d5774a52..565fef8628 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9579,7 +9579,7 @@ related functions.") (base32 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86")))) (build-system r-build-system) - (home-page "http://www.rmetrics.org") + (home-page "https://www.rmetrics.org") (synopsis "Stable distribution functions") (description "This package provides density, probability and quantile functions, and |