mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
c456d18b50
commit
e10587c5a5
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ (define-public gnome-shell-extension-noannoyance
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
'(("." "share/gnome-shell/extensions/noannoyance@daase.net"))))
|
'(("." "share/gnome-shell/extensions/noannoyance@daase.net"))))
|
||||||
(synopsis "Removes 'Window is ready' annotation")
|
(synopsis "Remove 'Window is ready' annotation")
|
||||||
(description "One of the many extensions, that remove this message.
|
(description "One of the many extensions that remove this message.
|
||||||
It uses ES6 syntax and claims to be more actively maintained than others.")
|
It uses ES6 syntax and claims to be more actively maintained than others.")
|
||||||
(home-page "https://extensions.gnome.org/extension/2182/noannoyance/")
|
(home-page "https://extensions.gnome.org/extension/2182/noannoyance/")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue