ngz pushed a commit to branch master
in repository guix.

commit fef822f90aa579b83b83e5b2261f5b8901c91603
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:41:42 2021 +0100

    gnu: r-doby: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-doby)[home-page]: Use HTTPS URI.
---
 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 bfa88cd..8e1fd20 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8450,7 +8450,7 @@ the work.")
        ("r-tibble" ,r-tibble)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
-    (home-page "http://people.math.aau.dk/~sorenh/software/doBy/";)
+    (home-page "https://people.math.aau.dk/~sorenh/software/doBy/";)
     (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
     (description
      "This package contains:

Reply via email to