diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:40:57 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:40:57 +0100 |
commit | 8c23599e7a06fa8a3b74c7b7111868fe095e4156 (patch) | |
tree | 4594ea99f14203e1e9a64a65ebe059f6c3947c65 /gnu/packages/cran.scm | |
parent | 0cdb622c9c0fda129f8e8eb0b06f42ad2fde1e53 (diff) | |
download | guix-8c23599e7a06fa8a3b74c7b7111868fe095e4156.tar guix-8c23599e7a06fa8a3b74c7b7111868fe095e4156.tar.gz |
gnu: r-boa: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-boa)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |