summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-06 21:17:42 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-06 21:18:13 +0200
commit574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7 (patch)
treea711b375f16e39073b82714ad6105d1eeb6f4d12 /gnu/packages/maths.scm
parent0ec6237b2ec48b2acd506788d6c1b734f27896e5 (diff)
downloadguix-patches-574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7.tar
guix-patches-574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7.tar.gz
gnu: Synchronize synopses and descriptions with the Womb.
* gnu/packages/gnunet.scm (gnunet): Synchronize description and synopsis with upstream. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/grub.scm (grub): Likewise. * gnu/packages/pretty-print.scm (enscript): Likewise.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d23ec385f4..6082808497 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -61,11 +61,11 @@
(build-system gnu-build-system)
(synopsis "Conversion between thousands of scales")
(description
- "GNU Units converts between measured quantities between units of
-measure. It can handle scale changes through adaptive usage of standard
-scale prefixes (micro-, kilo-, etc.). It can also handle nonlinear
-conversions such as Fahrenheit to Celsius. Its interpreter is powerful
-enough to be used effectively as a scientific calculator.")
+ "GNU Units converts numeric quantities between units of measure. It
+can handle scale changes through adaptive usage of standard scale prefixes
+(micro-, kilo-, etc.). It can also handle nonlinear conversions such as
+Fahrenheit to Celsius. Its interpreter is powerful enough to be used
+effectively as a scientific calculator.")
(license license:gpl3+)
(home-page "http://www.gnu.org/software/units/")))