rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit a28667b76c254706433cf58f969082bac4dd16a4
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Nov 18 17:09:10 2021 +0000
gnu: python-screenkey: Update description.
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to
use a
complete sentence.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1f086ed..122d43f 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