diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:26:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:42:13 +0100 |
commit | 51d9c867aacf1ff3585f01181ccb36271fd920c7 (patch) | |
tree | 43615094a5928d6e3ea3e60a0e89de446cd64296 /gnu/packages/cran.scm | |
parent | 0e2e942515f18d2880dfdf05bad57f49f85535e6 (diff) | |
download | patches-51d9c867aacf1ff3585f01181ccb36271fd920c7.tar patches-51d9c867aacf1ff3585f01181ccb36271fd920c7.tar.gz |
gnu: r-rhpcblasctl: Use HTTPS home page.
* gnu/packages/cran.scm (r-rhpcblasctl)[home-page]: 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 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 |