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/ratpoison.scm | |
parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) | |
download | patches-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar 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/ratpoison.scm')
-rw-r--r-- | gnu/packages/ratpoison.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm index aabd1d330c..61c68b557f 100644 --- a/gnu/packages/ratpoison.scm +++ b/gnu/packages/ratpoison.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -57,7 +57,7 @@ `(("perl" ,perl) ("pkg-config" ,pkg-config))) (home-page "http://www.nongnu.org/ratpoison/") - (synopsis "A simple mouse-free tiling window manager") + (synopsis "Simple mouse-free tiling window manager") (description "Ratpoison is a simple window manager with no fat library dependencies, no fancy graphics, no window decorations, and no |