nckx pushed a commit to branch master
in repository guix.
commit 72ac69941468b855e2fd0be1931b94ff5f94c0bc
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 00:04:38 2020 +0100
gnu: r-pls: Use HTTPS home page.
* gnu/packages/cran.scm (r-pls)[home-page]: Use HTTPS.
---
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 c477bc2..b95c981 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1592,7 +1592,7 @@ error stream.")
(sha256
(base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
(build-system r-build-system)
- (home-page "http://mevik.net/work/software/pls.html")
+ (home-page "https://mevik.net/work/software/pls.html")
(synopsis "Partial Least Squares and Principal Component Regression")
(description
"The pls package implements multivariate regression methods: Partial Least