diff options
author | Edouard Klein <edk@beaver-labs.com> | 2020-05-25 13:24:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 00:56:19 +0200 |
commit | dd003125f72c0e7d6e1f10b7ccd7969fe674c9c1 (patch) | |
tree | b20aa3af4db8b03fd4e80b6a3f28973094f42b3f /gnu | |
parent | c1f3382e6f742ca17513e019e860bbc45f38f83c (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index cf00a84e86..1b678d3d20 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 |