me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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