diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | b853dbd0e2e7aedffb0054816564d1fd9e2a10ea (patch) | |
tree | 1cb7205569334c56dbc5191cdc49ac957e7fba28 /gnu/packages | |
parent | 54e7efd5cf803b46d5d8df776efd4f9d0e4a0c54 (diff) | |
download | guix-b853dbd0e2e7aedffb0054816564d1fd9e2a10ea.tar.gz guix-b853dbd0e2e7aedffb0054816564d1fd9e2a10ea.zip |
gnu: nmrpflash: Rephrase synopsis.
* gnu/packages/admin.scm (nmrpflash)[synopsis]: Rework awkward wording.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 756ca324cd..0f2da3f18e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4884,7 +4884,7 @@ entries, providing commands to add, remove, comment, and search.") (lambda* (#:key outputs #:allow-other-keys) (mkdir-p (string-append (assoc-ref outputs "out") "/bin"))))))) (home-page "https://github.com/jclehner/nmrpflash") - (synopsis "Netgear unbrick utility") + (synopsis "Reflash (``unbrick'') Netgear devices with corrupted firmware") (description "This package provides a utility to flash a new firmware image to a Netgear device. It has been tested on Netgear EX2700, EX6120, EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400, R6800, |