gnu: s6-linux-init: Remove superfluous spaces from description.

* gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading
and trailing spaces.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 01:51:40 +02:00
parent c43f5b8001
commit 6a7c1c43d7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -320,13 +320,13 @@ (define-public s6-linux-init
(license isc) (license isc)
(synopsis "Minimalistic tools to create an s6-based init system on Linux") (synopsis "Minimalistic tools to create an s6-based init system on Linux")
(description (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. 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 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 skarnet.org tools, especially s6, in order to provide a complete booting
environment with integrated supervision and logging without having to hand-craft environment with integrated supervision and logging without having to hand-craft
all the details. "))) all the details.")))
(define-public s6-linux-utils (define-public s6-linux-utils
(package (package