me
/
guix
Archived
1
0
Fork 0

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.
master
Pierre Neidhardt 2020-02-27 11:32:37 +01:00
parent c456d18b50
commit e10587c5a5
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -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)))