gnu: s6-linux-init: Remove superfluous spaces from description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 15 Aug 2018 23:51:40 +0000 (01:51 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 16 Aug 2018 00:40:58 +0000 (02:40 +0200)
* gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading
and trailing spaces.

gnu/packages/skarnet.scm

index 98af2f5..c1c2306 100644 (file)
@@ -320,13 +320,13 @@ systems and other constrained environments, but they work everywhere.")))
     (license isc)
     (synopsis "Minimalistic tools to create an s6-based init system on Linux")
     (description
-     " s6-linux-init is a set of minimalistic tools to create a s6-based init
+     "s6-linux-init is a set of minimalistic tools to create a s6-based init
 system, including an @command{/sbin/init} binary, on a Linux kernel.
 
 It is meant to automate creation of scripts revolving around the use of other
 skarnet.org tools, especially s6, in order to provide a complete booting
 environment with integrated supervision and logging without having to hand-craft
-all the details. ")))
+all the details.")))
 
 (define-public s6-linux-utils
   (package