diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-06 21:17:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-06 21:18:13 +0200 |
commit | 574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7 (patch) | |
tree | a711b375f16e39073b82714ad6105d1eeb6f4d12 /gnu/packages/pretty-print.scm | |
parent | 0ec6237b2ec48b2acd506788d6c1b734f27896e5 (diff) | |
download | guix-574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7.tar guix-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/pretty-print.scm')
-rw-r--r-- | gnu/packages/pretty-print.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index ea559ec936..8c51b54f18 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -150,7 +150,7 @@ indentation counting, function and file indices and more.") (synopsis "Generating PostScript, including pretty-printing") (description "GNU Enscript is a program to convert ASCII text files to PostScript, -HTML or RTF formats, to be stored in files or sent immediately to a printer. +HTML or RTF formats, to be stored in files or sent immediately to a printer. It also includes the capability to perform syntax highlighting for several different programming languages.") (license gpl3+))) |