diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:45:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | f764111bfb56045385ede43a7bc18969037780a6 (patch) | |
tree | bb229bbf01e2cabdd733379ecdf16a41f41c0440 /gnu | |
parent | dbe0e0db40a235ceae4e432d82a22432e70805a8 (diff) | |
download | patches-f764111bfb56045385ede43a7bc18969037780a6.tar patches-f764111bfb56045385ede43a7bc18969037780a6.tar.gz |
gnu: r-iso: Use HTTPS home page.
* gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 b727534a03..86ef002548 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10440,7 +10440,7 @@ the combination of non-negative and non-positive constraints.") (properties `((upstream-name . "Iso"))) (build-system r-build-system) (native-inputs `(("gfortran" ,gfortran))) - (home-page "http://www.stat.auckland.ac.nz/~rolf/") + (home-page "https://www.stat.auckland.ac.nz/~rolf/") (synopsis "Functions to perform isotonic regression") (description "This package provides support for linear order and unimodal |