mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-dummies: Use HTTPS home page.
* gnu/packages/cran.scm (r-dummies)[home-page]: Use HTTPS.
This commit is contained in:
parent
e121cb8706
commit
0b8472b2f3
1 changed files with 1 additions and 1 deletions
|
@ -17636,7 +17636,7 @@ (define-public r-dummies
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue