summaryrefslogtreecommitdiff
path: root/gnu/packages/gawk.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-13 15:50:30 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-13 15:50:30 +0200
commit9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch)
tree6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/gawk.scm
parentc5779c931bcfd1073da1031bd8663871a88c2950 (diff)
downloadguix-patches-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar
guix-patches-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar.gz
gnu: Adjust synopses as recommended by 'guix lint'.
Remove leading articles and trailing periods in package synopses.
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r--gnu/packages/gawk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 0037419f65..718059e527 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
@@ -75,7 +75,7 @@
'())))
(home-page "http://www.gnu.org/software/gawk/")
- (synopsis "A text scanning and processing language")
+ (synopsis "Text scanning and processing language")
(description
"Gawk is the GNU implementation of Awk, a specialized programming
language for the easy manipulation of formatted text, such as tables of data.