guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: libsvm: Use HTTPS home page.


From: guix-commits
Subject: 07/09: gnu: libsvm: Use HTTPS home page.
Date: Sun, 23 Feb 2020 11:57:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 62290cd45d0baeb71d7e9254137c7cecdd4ecc38
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:25:36 2020 +0100

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

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 36df9fa..8262a41 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -144,7 +144,7 @@ sparsely connected networks.")
                                    "svm-predict"
                                    "svm-scale")))
                      #t)))))
-    (home-page "http://www.csie.ntu.edu.tw/~cjlin/libsvm/";)
+    (home-page "https://www.csie.ntu.edu.tw/~cjlin/libsvm/";)
     (synopsis "Library for Support Vector Machines")
     (description
      "LIBSVM is a machine learning library for support vector



reply via email to

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