diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-01-23 10:49:35 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-01-23 11:53:52 +0100 |
commit | 09e745185bd6326a77a6fa045cdd82deb133402e (patch) | |
tree | 8ca2166e9d940e2731eeea3f378b9f10bfd346ee | |
parent | dc4fae11ab79d4eea91752dd4892184f504a8b25 (diff) | |
download | patches-09e745185bd6326a77a6fa045cdd82deb133402e.tar patches-09e745185bd6326a77a6fa045cdd82deb133402e.tar.gz |
gnu: xsecurelock: Fix strange character in description.
* gnu/packages/xdisorg.scm (xsecurelock)[description]: Replace strange
character by a space.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 0f47821b7e..f60b2d040b 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1895,7 +1895,7 @@ temperature of the screen.") (home-page "https://github.com/google/xsecurelock") (synopsis "X11 screen lock utility with the primary goal of security") (description "@code{xsecurelock} is an X11 screen locker which uses -a modular design to avoid the usual pitfalls of screen locking utility design. +a modular design to avoid the usual pitfalls of screen locking utility design. As a consequence of the modular design, the usual screen locker service shouldn't be used with @code{xsecurelock}. Instead, you need to add a helper |