diff options
author | John Darrington <jmd@gnu.org> | 2016-08-31 20:49:57 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-08-31 20:57:23 +0200 |
commit | a7074f47ad90efc4a0a4b67e64256d3641b59186 (patch) | |
tree | a6672d7b1c7555398947cd2fc7934260a97da229 /gnu/packages/astronomy.scm | |
parent | 46a0622481c398bd9337522e93f6f9082d2b9015 (diff) | |
download | patches-a7074f47ad90efc4a0a4b67e64256d3641b59186.tar patches-a7074f47ad90efc4a0a4b67e64256d3641b59186.tar.gz |
gnu: wcslib: Correct formatting and grammar.
* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical
changes.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f893525fb5..eaf1598096 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -75,10 +75,10 @@ in FITS files.") (substitute* "makedefs.in" (("/bin/sh") "sh"))))))) (home-page "http://www.atnf.csiro.au/people/mcalabre/WCS") - (synopsis "An implementation of the FITS WCS standard") + (synopsis "Library which implements the FITS WCS standard") (description "The FITS \"World Coordinate System\" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate -systems in a FITS image header.") +systems in a FITS image header.") (license license:lgpl3+))) (define-public gnuastro |