From 0e2e942515f18d2880dfdf05bad57f49f85535e6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 19 Jan 2020 00:18:44 +0100 Subject: gnu: r-snowfall: Use HTTPS home page. * gnu/packages/cran.scm (r-snowfall)[home-page]: Use HTTPS. --- gnu/packages/cran.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 565fef8628..0f346e95d8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5617,7 +5617,7 @@ using the @code{snow} package.") (build-system r-build-system) (propagated-inputs `(("r-snow" ,r-snow))) - (home-page "http://cran.r-project.org/web/packages/snowfall/") + (home-page "https://cran.r-project.org/web/packages/snowfall/") (synopsis "Easier cluster computing") (description "This package is a usability wrapper around snow for easier development of parallel R programs. This package offers e.g. extended error -- cgit 1.4.1 From 51d9c867aacf1ff3585f01181ccb36271fd920c7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 19 Jan 2020 00:26:30 +0100 Subject: gnu: r-rhpcblasctl: Use HTTPS home page. * gnu/packages/cran.scm (r-rhpcblasctl)[home-page]: Use HTTPS. --- gnu/packages/cran.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0f346e95d8..4c18275eaa 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15473,7 +15473,7 @@ path of values for the regularization parameter.") "0iwc06blr5sx7rylwczi2jrha8sk8qs0jklflwpidl0zj1jxdggp")))) (properties `((upstream-name . "RhpcBLASctl"))) (build-system r-build-system) - (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/") + (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/") (synopsis "Control the number of threads on BLAS") (description "This package allows you to control the number of threads the BLAS -- cgit 1.4.1