diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 14:55:29 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 18:39:56 +0200 |
commit | bd2bd80df8b319aeb5af5939fdfe92ff539092e9 (patch) | |
tree | 3f8d261bd7e723ac5c245ef191479814ae8bc004 | |
parent | 37e47aa73d70d59ebb3f21963bbe55d34483761f (diff) | |
download | guix-bd2bd80df8b319aeb5af5939fdfe92ff539092e9.tar guix-bd2bd80df8b319aeb5af5939fdfe92ff539092e9.tar.gz |
gnu: FANN: Update description.
* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
-rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3a40d9c093..33f8c7149a 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -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 |