diff options
author | Brendan Tildesley <mail@brendan.scot> | 2022-03-18 18:38:43 +1100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-03 12:42:18 +0200 |
commit | 9535b6217026d6a329898c9d8f4e1e54caef3401 (patch) | |
tree | a0c703c028b829adbb810a820376e08bc82481bf /gnu/packages/mate.scm | |
parent | 92b32a0592655dcf20b9c9d248e512132df2aa94 (diff) |
gnu: mate-polkit: Improve synopsis.
* gnu/packages/mate.scm (mate-polkit): Improve synopsis.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index dd6baa42b6..03dfabc135 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1464,9 +1464,9 @@ MATE Desktop to monitor your system resources and usage.") gdk-pixbuf polkit)) (home-page "https://mate-desktop.org/") - (synopsis "DBus specific service for MATE") + (synopsis "Polkit authentication agent for MATE") (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.") (license license:lgpl2.1))) |