guix-commits
[Top][All Lists]
Advanced

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

57/87: gnu: r-pbkrtest: Use HTTPS home page URI.


From: guix-commits
Subject: 57/87: gnu: r-pbkrtest: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:43 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2ee7eaba1e0b6d0880696dba8095321084fa942c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:46:19 2021 +0100

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ea428da..dfc0011 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5219,7 +5219,7 @@ C++ library for numerical linear algebra and RcppEigen 
glue.")
        ("r-numderiv" ,r-numderiv)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
-    (home-page "http://people.math.aau.dk/~sorenh/software/pbkrtest/";)
+    (home-page "https://people.math.aau.dk/~sorenh/software/pbkrtest/";)
     (synopsis "Methods for linear mixed model comparison")
     (description
      "This package implements a parametric bootstrap test and a Kenward Roger



reply via email to

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