diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-18 17:09:10 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-18 17:09:10 +0000 |
commit | a28667b76c254706433cf58f969082bac4dd16a4 (patch) | |
tree | 2fbcdacba1c88d6eba5597afce712c2a9aba2f2e /gnu/packages | |
parent | 9d0c5f18e7c763ee8815f49865d057c2a65ff313 (diff) | |
download | guix-a28667b76c254706433cf58f969082bac4dd16a4.tar guix-a28667b76c254706433cf58f969082bac4dd16a4.tar.gz |
gnu: python-screenkey: Update description.
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a
complete sentence.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f086edc0f..122d43f998 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26824,7 +26824,8 @@ and frame grabber interface.") (synopsis "Screencast tool to display pressed keys") (description - "A screencast tool to display your keys inspired by Screenflick.") + "Screenkey is a screencast tool to display your keys inspired by +Screenflick.") (license license:gpl3+))) (define-public python-jinja2-cli |