diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-02-27 11:32:37 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-02-27 11:33:49 +0100 |
commit | e10587c5a597a62178cfa5bcc7242f94728ccd0b (patch) | |
tree | 087c456edef6dcebb3d515ea39ce4c8e8e8a3d31 /gnu/packages/gnome-xyz.scm | |
parent | c456d18b50f764d008ef46029201ef20584cd6f7 (diff) | |
download | guix-e10587c5a597a62178cfa5bcc7242f94728ccd0b.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 5215658912..bedaacf092 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/noannoyance@daase.net")))) - (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))) |