1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 17:10:37 +02:00

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

View File

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