diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | b1890b27431d1489091157bf293473bac59ca6f5 (patch) | |
tree | 954042d8fb289b758fee10eba08d0b0d61cba8ff | |
parent | 8781f377e04dff56f1ce0cda34b88ad202da343d (diff) | |
download | guix-b1890b27431d1489091157bf293473bac59ca6f5.tar.gz guix-b1890b27431d1489091157bf293473bac59ca6f5.zip |
gnu: rizin: Edit synopsis.
* gnu/packages/engineering.scm (rizin)[synopsis]: Expand abbrev.
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 35ef2317c6..dff60dac48 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -4287,7 +4287,7 @@ form, numpad. zlib libmspack)) (home-page "https://rizin.re") - (synopsis "Disasm, debug, analyze and manipulate binary files") + (synopsis "Disassemble, debug, analyze, and manipulate binary files") (description "Rizin is a reverse engineering framework and a set of small command-line utilities, providing a complete binary analysis experience with features like |