From 8c23599e7a06fa8a3b74c7b7111868fe095e4156 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Feb 2021 11:40:57 +0100 Subject: gnu: r-boa: Use HTTPS home page URI. * gnu/packages/cran.scm (r-boa)[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 4a88cf1677..03c6c1fa7a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23238,7 +23238,7 @@ as possible (with tests to prove it).") "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp")))) (properties `((upstream-name . "boa"))) (build-system r-build-system) - (home-page "http://www.jstatsoft.org/v21/i11") + (home-page "https://www.jstatsoft.org/v21/i11") (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC") (description "This package provides a menu-driven program and library of functions for -- cgit v1.2.3