guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: python-iml: Use HTTPS home page.


From: guix-commits
Subject: 07/08: gnu: python-iml: Use HTTPS home page.
Date: Mon, 25 May 2020 18:59:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit dd003125f72c0e7d6e1f10b7ccd7969fe674c9c1
Author: Edouard Klein <address@hidden>
AuthorDate: Mon May 25 13:24:10 2020 +0200

    gnu: python-iml: Use HTTPS home page.
    
    * gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 cf00a84..1b678d3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1821,7 +1821,7 @@ advanced research.")
        ("numpy" ,python-numpy)
        ("pandas" ,python-pandas)
        ("scipy" ,python-scipy)))
-    (home-page "http://github.com/interpretable-ml/iml";)
+    (home-page "https://github.com/interpretable-ml/iml";)
     (synopsis "Interpretable Machine Learning (iML) package")
     (description "Interpretable ML (iML) is a set of data type objects,
 visualizations, and interfaces that can be used by any method designed to



reply via email to

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