summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:54:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-17 23:09:24 +0100
commit4ce61a90801c9f6efa9869b50cce31dc064c5639 (patch)
treedff91f598ff4dab5016808ca6aec82d8da5e50d3
parent39c57484ea604c7d9d742e4f14e84ae0548fecdc (diff)
downloadpatches-4ce61a90801c9f6efa9869b50cce31dc064c5639.tar
patches-4ce61a90801c9f6efa9869b50cce31dc064c5639.tar.gz
gnu: r-forcats: Use HTTPS home page.
* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/statistics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 758909edd5..17fde68f41 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5499,7 +5499,7 @@ and the corresponding decision threshold.")
("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