diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:15:13 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:47:45 -0800 |
commit | 390b583318770a4f1468086113be7206a04ffc9c (patch) | |
tree | 6d6a263b8bdc77332d0448971ca82258aee79857 /gnu/packages/crypto.scm | |
parent | ecbaed7da28abce98d71f592fe7d3e0b5836d250 (diff) |
gnu: keyutils: Fix trailing whitespace in description.
* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 80a4315aa7..f07be01c97 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -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 |