diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 01:47:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:51:07 +0100 |
commit | 0b8472b2f38a695245ee7ff7e632b00f293d7ed5 (patch) | |
tree | ada3d0603b6c3d312be68735534702531e387f6b /gnu | |
parent | e121cb8706553a5b7652db0d638874aede3bcda1 (diff) | |
download | patches-0b8472b2f38a695245ee7ff7e632b00f293d7ed5.tar patches-0b8472b2f38a695245ee7ff7e632b00f293d7ed5.tar.gz |
gnu: r-dummies: Use HTTPS home page.
* gnu/packages/cran.scm (r-dummies)[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 62a388c534..ff2490bc31 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17636,7 +17636,7 @@ forest) is fit on the kernel matrix of a subset of the training data.") "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm")))) (properties `((upstream-name . "dummies"))) (build-system r-build-system) - (home-page "http://www.decisionpatterns.com") + (home-page "https://decisionpatterns.com") (synopsis "Create dummy/indicator variables flexibly and efficiently") (description "This package lets you expand factors, characters and other eligible |