From 390b583318770a4f1468086113be7206a04ffc9c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:15:13 -0800 Subject: [PATCH] gnu: keyutils: Fix trailing whitespace in description. * gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace. --- gnu/packages/crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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