mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: keyutils: Fix trailing whitespace in description.
* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace.
This commit is contained in:
parent
ecbaed7da2
commit
390b583318
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ (define-public keyutils
|
|||
"Keyutils is a set of utilities for managing the key retention facility in
|
||||
the Linux kernel, which can be used by file systems, block devices, and more to
|
||||
gain and retain the authorization and encryption keys required to perform
|
||||
secure operations. ")
|
||||
secure operations.")
|
||||
(license (list license:lgpl2.1+ ; the files keyutils.*
|
||||
license:gpl2+)))) ; the rest
|
||||
|
||||
|
|
Loading…
Reference in a new issue