mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-forcats: Use HTTPS home page.
* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
This commit is contained in:
parent
39c57484ea
commit
4ce61a9080
1 changed files with 1 additions and 1 deletions
|
@ -5499,7 +5499,7 @@ (define-public r-forcats
|
|||
("r-magrittr" ,r-magrittr)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-rlang" ,r-rlang)))
|
||||
(home-page "http://forcats.tidyverse.org")
|
||||
(home-page "https://forcats.tidyverse.org")
|
||||
(synopsis "Tools for working with factors")
|
||||
(description "This package provides helpers for reordering factor
|
||||
levels (including moving specified levels to front, ordering by first
|
||||
|
|
Loading…
Reference in a new issue