mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: keyutils: Fix typo in synopsis.
* gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
This commit is contained in:
parent
e1c57612d3
commit
5b63a8568b
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ (define-public keyutils
|
|||
"SHAREDIR=/share/keyutils")
|
||||
#:test-target "test"))
|
||||
(home-page "https://people.redhat.com/dhowells/keyutils/")
|
||||
(synopsis "Linux key managament utilities")
|
||||
(synopsis "Linux key management utilities")
|
||||
(description
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue