diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:43:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | e98f34228f9c14a24d31d2d1d1b78bd89b68f1bd (patch) | |
tree | 2a7c28e352ecef6be3a4b7ed57d2ec57ed1b628c /gnu/packages | |
parent | 821aa687b439f509bec124f14e529d6da756132c (diff) | |
download | guix-e98f34228f9c14a24d31d2d1d1b78bd89b68f1bd.tar guix-e98f34228f9c14a24d31d2d1d1b78bd89b68f1bd.tar.gz |
gnu: r-distillery: Use HTTPS home page.
* gnu/packages/cran.scm (r-distillery)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-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 e998c587ce..a4c45d2f5b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2261,7 +2261,7 @@ quantile mixture from L-moments and trimmed L-moments.") (base32 "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429")))) (build-system r-build-system) - (home-page "http://www.ral.ucar.edu/staff/ericg") + (home-page "https://ral.ucar.edu/staff/ericg/") (synopsis "Functions for confidence intervals and object information") (description "This package provides some very simple method functions for confidence |