gnu: mate-polkit: Improve synopsis.

* gnu/packages/mate.scm (mate-polkit): Improve synopsis.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2022-03-18 18:38:43 +11:00 committed by Ludovic Courtès
parent 92b32a0592
commit 9535b62170
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1464,9 +1464,9 @@ (define-public mate-polkit
gdk-pixbuf gdk-pixbuf
polkit)) polkit))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")
(synopsis "DBus specific service for MATE") (synopsis "Polkit authentication agent for MATE")
(description (description
"MATE Polkit is a MATE specific DBUS service that is "MATE Polkit is a MATE specific D-Bus service that is
used to bring up authentication dialogs.") used to bring up authentication dialogs.")
(license license:lgpl2.1))) (license license:lgpl2.1)))