diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:18:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:12:10 +0100 |
commit | 43d4eb8fc4a6074a872c80bd0b2263b98472f01a (patch) | |
tree | 3e257960bc24a3947b2f61a1be92ce363d2963fd /gnu | |
parent | 369e4e966092395d0e03e56710fa78eaf71a5ef5 (diff) | |
download | patches-43d4eb8fc4a6074a872c80bd0b2263b98472f01a.tar patches-43d4eb8fc4a6074a872c80bd0b2263b98472f01a.tar.gz |
gnu: r-sparselda: Use HTTPS home page.
* gnu/packages/cran.scm (r-sparselda)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 7e090737f5..56e86e3b74 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16892,7 +16892,7 @@ Components. The Lasso solution paths can be computed by the same function.") `(("r-elasticnet" ,r-elasticnet) ("r-mass" ,r-mass) ("r-mda" ,r-mda))) - (home-page "http://www.imm.dtu.dk/~lhc") + (home-page "https://www.imm.dtu.dk/~lkhc/") (synopsis "Sparse discriminant analysis") (description "This package performs sparse linear discriminant analysis for Gaussians |