diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:38:54 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:50:18 -0800 |
commit | fb95b755e2adfda90d4c8568e0d2c5eacea35d42 (patch) | |
tree | 1a20e55e3564fc794a158061015635254590bb75 /gnu | |
parent | 6288b98a7d2a21ebc77749ae5ffc03dd4934ebc8 (diff) | |
download | guix-fb95b755e2adfda90d4c8568e0d2c5eacea35d42.tar.gz |
gnu: xfce4-screensaver: Fix trailing whitespace in description.
* gnu/packages/xfce.scm (xfce4-screensaver)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 4a27f26ee5..c08a2349dc 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1276,7 +1276,7 @@ A plugin for the Xfce panel is also available.") (synopsis "Screensaver for the Xfce desktop") (description "Xfce Screensaver is a screen saver and locker that aims to have simple, - sane, secure defaults and be well integrated with the Xfce desktop. ") + sane, secure defaults and be well integrated with the Xfce desktop.") (license gpl2+))) (define-public xfce4-volumed-pulse |