diff options
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r-- | gnu/packages/ghostscript.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 7df1f6c17e..6d32b42043 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -165,10 +165,10 @@ printing, and psresize, for adjusting page sizes.") %standard-phases))))) (synopsis "PostScript and PDF interpreter") (description - "GNU Ghostscript is an interpreter for PostScript and Portable Document -Format (PDF) files. -It consists of a PostScript interpreter layer, and a graphics -library.") + "Ghostscript is an interpreter for the PostScript language and the PDF +file format. It also includes a C library that implements the graphics +capabilities of the PostScript language. It supports a wide variety of +output file formats and printers.") (license license:gpl3+) (home-page "http://www.gnu.org/software/ghostscript/"))) |