guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: r-iso: Use HTTPS home page.


From: guix-commits
Subject: 05/13: gnu: r-iso: Use HTTPS home page.
Date: Tue, 17 Mar 2020 21:16:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f764111bfb56045385ede43a7bc18969037780a6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:45:19 2020 +0100

    gnu: r-iso: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b727534..86ef002 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]