me
/
guix
Archived
1
0
Fork 0

gnu: rr: Fix typo in synopsis.

* gnu/packages/debug.scm (rr)
[synopsis]: Fix typo.
master
jgart 2023-07-06 21:28:49 -05:00
parent cf3bd63b06
commit 4a027d2b0e
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ error reporting, better tracing, profiling, and a debugger.")
(inputs
(list gdb capnproto python python-pexpect zlib))
(home-page "https://rr-project.org/")
(synopsis "Record and reply debugging framework")
(synopsis "Record and replay debugging framework")
(description
"rr is a lightweight tool for recording, replaying and debugging
execution of applications (trees of processes and threads). Debugging extends