diff mbox series

bug#51919: [PATCH] gnu: Add eg25-manager.

Message ID 8735n08row.fsf@gnu.org
State Accepted
Headers show
Series bug#51919: [PATCH] gnu: Add eg25-manager. | expand

Commit Message

Ludovic Courtès Dec. 10, 2021, 2:23 p.m. UTC
Hi,

phodina <phodina@protonmail.com> skribis:

> Hi,
>
> this package adds support for modem-manager on Pinephone.
>
> * gnu/packages/firmware.scm (eg25-manager): New variable.

Applied with the minor tweaks below.

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 393e8ed431..3ce4b0306e 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -218,8 +218,9 @@  (define-public eg25-manager
               ("libgudev" ,libgudev)
               ("libusb" ,libusb)))
     (synopsis "Manager daemon for the Quectel EG25 mobile broadband modem")
-    (description "This package provides a manager daemon for the Quectel EG25
-        mobile broadband modem found e.g. on PinePhone.")
+    (description
+     "This package provides a manager daemon for the Quectel EG25 mobile
+broadband modem as found, for example, on PinePhone.")
     (home-page "https://gitlab.com/mobian1/devices/eg25-manager")
     (license license:gpl3+)))