guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: gnu: r-forcats: Use HTTPS home page.


From: guix-commits
Subject: 12/12: gnu: r-forcats: Use HTTPS home page.
Date: Tue, 17 Mar 2020 18:10:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ce61a90801c9f6efa9869b50cce31dc064c5639
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:54:44 2020 +0100

    gnu: r-forcats: Use HTTPS home page.
    
    * gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 758909e..17fde68 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]