guix-patches
[Top][All Lists]
Advanced

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

[bug#41395] [PATCH 1/4] gnu: Update python-iml homepage to https


From: Edouard Klein
Subject: [bug#41395] [PATCH 1/4] gnu: Update python-iml homepage to https
Date: Mon, 25 May 2020 13:24:10 +0200
User-agent: mu4e 1.4.6; emacs 26.3

* gnu/packages/machine-learning.scm (python-iml): s/http/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 6552d171bf..2395dbfe80 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1808,7 +1808,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
-- 
2.26.2





reply via email to

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