guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gnome-shell-extension-noannoyance: Fix synopsis and descript


From: guix-commits
Subject: 02/02: gnu: gnome-shell-extension-noannoyance: Fix synopsis and description.
Date: Thu, 27 Feb 2020 05:34:02 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit e10587c5a597a62178cfa5bcc7242f94728ccd0b
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu Feb 27 11:32:37 2020 +0100

    gnu: gnome-shell-extension-noannoyance: Fix synopsis and description.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance)[synopsis]:
      Use imperative form.
      [description]: Remove spurious comma.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 5215658..bedaacf 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -384,8 +384,8 @@ into a single panel, similar to that found in KDE Plasma 
and Windows 7+.")
     (arguments
      '(#:install-plan
        '(("." "share/gnome-shell/extensions/address@hidden"))))
-    (synopsis "Removes 'Window is ready' annotation")
-    (description "One of the many extensions, that remove this message.
+    (synopsis "Remove 'Window is ready' annotation")
+    (description "One of the many extensions that remove this message.
 It uses ES6 syntax and claims to be more actively maintained than others.")
     (home-page "https://extensions.gnome.org/extension/2182/noannoyance/";)
     (license license:gpl2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]