diff options
Diffstat (limited to 'gnu/packages/xnee.scm')
-rw-r--r-- | gnu/packages/xnee.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm index 907117d73b..94842a599c 100644 --- a/gnu/packages/xnee.scm +++ b/gnu/packages/xnee.scm @@ -49,8 +49,7 @@ (home-page "http://www.gnu.org/software/xnee/") (synopsis "Record, replay and distribute user actions under X11") (description - "GNU Xnee is a suite of programs that can record, replay and distribute -user actions under the X11 environment. Think of it as a robot that can -imitate the job you just did. Xnee can be used to automate tests, demonstrate -programs, distribute actions, record & replay \"macros\", retype a file.") + "Xnee is a program that can record, replay and distribute user actions +in X11. It can be used to automate user interactions for testing or +demonstration purposes.") (license gpl3+))) |