diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:34:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:32 +0100 |
commit | 7be261546a18b6e3a6c34a671600d71224e773dc (patch) | |
tree | ab253f61ec071a5b4990857a1339a91d09e5d2cc /gnu/packages/cran.scm | |
parent | 6a8715ce687fa645cf3e6566d009a18cf74ea7c5 (diff) | |
download | patches-7be261546a18b6e3a6c34a671600d71224e773dc.tar patches-7be261546a18b6e3a6c34a671600d71224e773dc.tar.gz |
gnu: r-abn: Fix home page.
* gnu/packages/cran.scm (r-abn)[home-page]: Update and use HTTPS.
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 fb84ea1cbf..e61030b09f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6248,7 +6248,7 @@ to help insert or delete content at a specific location in the document.") ("r-rcpp" ,r-rcpp) ("r-rcpparmadillo" ,r-rcpparmadillo) ("r-rjags" ,r-rjags))) - (home-page "http://www.r-bayesian-networks.org") + (home-page "https://r-bayesian-networks.org/") (synopsis "Modelling multivariate data with additive bayesian networks") (description "Bayesian network analysis is a form of probabilistic graphical models |