gnu: randomjungle: Update homepage and sourc.

* gnu/packages/machine-learning.scm (randomjungle)[source]: Update URL.
[homepage]: Update URL.
master
Björn Höfling 2018-11-27 07:41:12 +01:00
parent 56dc27d62f
commit df4c8434d4
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
;;; Copyright © 2018 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2018 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com> ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -331,8 +332,8 @@ algorithm.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.imbs-luebeck.de/imbs/sites/default/files/u59/" "https://www.imbs.uni-luebeck.de/fileadmin/files/Software"
"randomjungle-" version ".tar_.gz")) "/randomjungle/randomjungle-" version ".tar_.gz"))
(sha256 (sha256
(base32 (base32
"12c8rf30cla71swx2mf4ww9mfd8jbdw5lnxd7dxhyw1ygrvg6y4w")))) "12c8rf30cla71swx2mf4ww9mfd8jbdw5lnxd7dxhyw1ygrvg6y4w"))))
@ -359,7 +360,7 @@ algorithm.")
;; Non-portable assembly instructions are used so building fails on ;; Non-portable assembly instructions are used so building fails on
;; platforms other than x86_64 or i686. ;; platforms other than x86_64 or i686.
(supported-systems '("x86_64-linux" "i686-linux")) (supported-systems '("x86_64-linux" "i686-linux"))
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/") (home-page "https://www.imbs.uni-luebeck.de/forschung/software/details.html#c224")
(synopsis "Implementation of the Random Forests machine learning method") (synopsis "Implementation of the Random Forests machine learning method")
(description (description
"Random Jungle is an implementation of Random Forests. It is supposed to "Random Jungle is an implementation of Random Forests. It is supposed to