mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: upower-service-type: Fix typo in the description field.
* gnu/services/desktop.scm (upower-service-type): Fix typo in the description field. Change-Id: Ifc6e5a86bd1a031353bd2e93871c314c7937adeb Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
This commit is contained in:
parent
73b42c3704
commit
a3d10e080b
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ (define upower-service-type
|
|||
(let ((upower-package (compose list upower-configuration-upower)))
|
||||
(service-type (name 'upower)
|
||||
(description
|
||||
"Run @command{upowerd}}, a system-wide monitor for power
|
||||
"Run @command{upowerd}, a system-wide monitor for power
|
||||
consumption and battery levels, with the given configuration settings. It
|
||||
implements the @code{org.freedesktop.UPower} D-Bus interface, and is notably
|
||||
used by GNOME.")
|
||||
|
|
Loading…
Reference in a new issue