From a3947cb1b8c471a04abb785b830da661b197aaae Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 29 Jul 2016 10:13:12 +0200 Subject: gnu: Sync GNU descriptions with upstream. From 'guix lint -c gnu-description'. * gnu/packages/gnunet.scm (gnunet): Adjust description. * gnu/packages/marst.scm (marst): Likewise. * gnu/packages/maths.scm (c-graph): Likewise. * gnu/packages/networking.scm (macchanger): Likewise. --- gnu/packages/maths.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ad7d0e22ee..5560d4e84f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -102,10 +102,13 @@ (build-system gnu-build-system) (inputs `(("fortran" ,gfortran))) - (synopsis "Visualize and analyze convolution operations") + (synopsis "Visualizing and demonstrating convolution") (description - "GNU C-Graph demonstrates the theory of convolution underlying -engineering systems and signal analysis.") + "GNU C-Graph is a tool for demonstrating the theory of convolution. +Thus, it can serve as an excellent aid to students of signal and systems +theory in visualizing the convolution process. Rather than forcing the +student to write code, the program offers an intuitive interface with +interactive dialogs to guide them.") (license license:gpl3+) (home-page "http://www.gnu.org/software/c-graph/"))) -- cgit v1.2.3