diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
commit | 9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch) | |
tree | 6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/cook.scm | |
parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) | |
download | guix-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar guix-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/cook.scm')
-rw-r--r-- | gnu/packages/cook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm index b82c8aae30..c1799e7887 100644 --- a/gnu/packages/cook.scm +++ b/gnu/packages/cook.scm @@ -75,7 +75,7 @@ ;; ("inetutils" ,inetutils) ("ed" ,ed))) (home-page "http://miller.emu.id.au/pmiller/software/cook") - (synopsis "A tool for constructing files") + (synopsis "Tool for constructing files") (description "Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating |