From fef822f90aa579b83b83e5b2261f5b8901c91603 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Feb 2021 11:41:42 +0100 Subject: 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 bfa88cda9f..8e1fd2045f 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: -- cgit v1.2.3