diff options
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r-- | gnu/packages/gawk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 5279544db9..15ff2a4401 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -51,7 +51,7 @@ %standard-phases))) (inputs `(("libsigsegv" ,libsigsegv))) (home-page "http://www.gnu.org/software/gawk/") - (synopsis "GNU implementation of the Awk programming language") + (synopsis "A text scanning and processing language") (description "Many computer users need to manipulate text files: extract and then operate on data from parts of certain lines while discarding the rest, make |