diff options
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 |