summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdouard Klein <edk@beaver-labs.com>2020-05-25 13:24:10 +0200
committerGuix Patches Tester <>2020-05-25 12:26:11 +0100
commitef4927b2bd3453a7da6cb4bb675c6a3fc9bd095b (patch)
tree370769514f38240f391ce0477d5de25f1e46ca2f
parent0b96705889df3d2fb9a14ec73213d137a256986c (diff)
downloadpatches-series-4090.tar
patches-series-4090.tar.gz
gnu: Update python-iml homepage to httpsseries-4090
* gnu/packages/machine-learning.scm (python-iml): s/http/https/
-rw-r--r--gnu/packages/machine-learning.scm2
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