1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Rostislav Svoboda
2024-09-09 16:45:37 +02:00
committed by Florian Pelz
parent 73b42c3704
commit a3d10e080b

View File

@@ -317,7 +317,7 @@ is a list, it recursively searches it until it locates the last item of TREE."
(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.")