gnu: python-iml: Use HTTPS home page.

* gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Edouard Klein 2020-05-25 13:24:10 +02:00 committed by Marius Bakke
parent c1f3382e6f
commit dd003125f7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1821,7 +1821,7 @@ (define-public python-iml
("numpy" ,python-numpy) ("numpy" ,python-numpy)
("pandas" ,python-pandas) ("pandas" ,python-pandas)
("scipy" ,python-scipy))) ("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") (synopsis "Interpretable Machine Learning (iML) package")
(description "Interpretable ML (iML) is a set of data type objects, (description "Interpretable ML (iML) is a set of data type objects,
visualizations, and interfaces that can be used by any method designed to visualizations, and interfaces that can be used by any method designed to