gnu: FANN: Update description.

* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
This commit is contained in:
Marius Bakke 2019-10-12 14:55:29 +02:00
parent 37e47aa73d
commit bd2bd80df8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -109,9 +109,9 @@
(home-page "http://leenissen.dk/fann/wp/") (home-page "http://leenissen.dk/fann/wp/")
(synopsis "Fast Artificial Neural Network") (synopsis "Fast Artificial Neural Network")
(description (description
"FANN is a free open source neural network library, which implements "FANN is a neural network library, which implements multilayer
multilayer artificial neural networks in C with support for both fully artificial neural networks in C with support for both fully connected and
connected and sparsely connected networks.") sparsely connected networks.")
(license license:lgpl2.1)))) (license license:lgpl2.1))))
(define-public libsvm (define-public libsvm