From 66672a455cab26ba5bbd28fbe0ca28bae692dd88 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 14 Jul 2014 15:59:41 +0200 Subject: gnu: Synchronize synopses and descriptions with the Womb. * gnu/packages/gimp.scm (gimp): Synchronize synopsis and description. * gnu/packages/gl.scm (guile-opengl): Likewise. * gnu/packages/gnome.scm (gnumeric): Likewise. --- gnu/packages/gnome.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fbed680733..a043d8d4d2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1178,9 +1178,13 @@ controls using the Bonobo component framework.") `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) (home-page "http://www.gnumeric.org") - (synopsis "Spreadsheet program") - (description "Gnumeric is a spreadsheet program for GNOME. The project aims -to become a drop in replacement for proprietary spreadsheets.") - (license + (synopsis "Spreadsheet application") + (description + "GNUmeric is a GNU spreadsheet application, running under GNOME. It is +interoperable with other spreadsheet applications. It has a vast array of +features beyond typical spreadsheet functionality, such as support for linear +and non-linear solvers, statistical analysis, and telecommunication +engineering.") + (license ;; Dual licensed under GPLv2 or GPLv3 (both without "or later") (list license:gpl2 license:gpl3)))) -- cgit v1.2.3