mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: shogun: Use HTTPS home page.
* gnu/packages/machine-learning.scm (shogun)[home-page]: Use HTTPS.
This commit is contained in:
parent
97845067b1
commit
df10a64efc
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ (define (delete-ifdefs file)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue