diff options
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 090d07c39b..7ec79a7ef5 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -46,9 +46,9 @@ "http://www.gnu.org/software/plotutils/") (synopsis "Plotting utilities and library") (description - "Plotutils is a collection of utilities for plotting and working with -2D graphics. It includes a library, libplot, for C and C++ for exporting 2D -vector graphics in many file formats. It also has support for 2D vector -graphics animations. The package also contains command-line programs for -plotting scientific data.") + "GNU Plotutils is a package for plotting and working with 2D graphics. +It includes a library, \"libplot\", for C and C++ for exporting 2D vector +graphics in many file formats. It also has support for 2D vector graphics +animations. The package also contains command-line programs for plotting +scientific data.") (license gpl2+))) |