summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-18 17:09:10 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-18 17:09:10 +0000
commita28667b76c254706433cf58f969082bac4dd16a4 (patch)
tree2fbcdacba1c88d6eba5597afce712c2a9aba2f2e /gnu
parent9d0c5f18e7c763ee8815f49865d057c2a65ff313 (diff)
downloadguix-patches-a28667b76c254706433cf58f969082bac4dd16a4.tar
guix-patches-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')
-rw-r--r--gnu/packages/python-xyz.scm3
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