guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: r-dummies: Use HTTPS home page.


From: guix-commits
Subject: 12/14: gnu: r-dummies: Use HTTPS home page.
Date: Sun, 19 Jan 2020 22:53:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0b8472b2f38a695245ee7ff7e632b00f293d7ed5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 01:47:35 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 62a388c..ff2490b 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



reply via email to

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