diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:20:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 03:00:46 +0100 |
commit | df10a64efc9fd9cd725dfc67347fdbfa1e1075c2 (patch) | |
tree | 7d716cd20096f314587fc841ea1e51a2efb7139e | |
parent | 97845067b12764ea8d4d7f207213144f7ccb8881 (diff) | |
download | patches-df10a64efc9fd9cd725dfc67347fdbfa1e1075c2.tar patches-df10a64efc9fd9cd725dfc67347fdbfa1e1075c2.tar.gz |
gnu: shogun: Use HTTPS home page.
* gnu/packages/machine-learning.scm (shogun)[home-page]: Use HTTPS.
-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 62ef7b84e4..7deb6ee29a 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -566,7 +566,7 @@ optimizing, and searching weighted finite-state transducers (FSTs).") ;; Non-portable SSE instructions are used so building fails on platforms ;; other than x86_64. (supported-systems '("x86_64-linux")) - (home-page "http://shogun-toolbox.org/") + (home-page "https://shogun-toolbox.org/") (synopsis "Machine learning toolbox") (description "The Shogun Machine learning toolbox provides a wide range of unified and |