diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:44:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | bcb697fce78f83925e1ccd05579c3d3d5b3316d3 (patch) | |
tree | 22c78f7d9f7390086827944c6e7d1283b74da441 /gnu/packages | |
parent | e98f34228f9c14a24d31d2d1d1b78bd89b68f1bd (diff) | |
download | guix-bcb697fce78f83925e1ccd05579c3d3d5b3316d3.tar guix-bcb697fce78f83925e1ccd05579c3d3d5b3316d3.tar.gz |
gnu: r-extremes: Use HTTPS home page.
* gnu/packages/cran.scm (r-extremes)[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 a4c45d2f5b..34d187a02a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2286,7 +2286,7 @@ SpatialVx.") (propagated-inputs `(("r-distillery" ,r-distillery) ("r-lmoments" ,r-lmoments))) - (home-page "http://www.assessment.ucar.edu/toolkit/") + (home-page "https://www.assessment.ucar.edu/toolkit/") (synopsis "Extreme value analysis") (description "ExtRemes is a suite of functions for carrying out analyses on the |