mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ the wrong hands.")
|
|||
"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