diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 01:51:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:40:58 +0200 |
commit | 6a7c1c43d78c460c887a643baa993a74f57650fe (patch) | |
tree | d2f66f14b406110588c2252e9fc728df8d1be316 /gnu/packages/skarnet.scm | |
parent | c43f5b800149db792b75ac7c78c5f2aad89f83c4 (diff) | |
download | patches-6a7c1c43d78c460c887a643baa993a74f57650fe.tar patches-6a7c1c43d78c460c887a643baa993a74f57650fe.tar.gz |
gnu: s6-linux-init: Remove superfluous spaces from description.
* gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading
and trailing spaces.
Diffstat (limited to 'gnu/packages/skarnet.scm')
-rw-r--r-- | gnu/packages/skarnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 98af2f51a3..c1c23062e9 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -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 |