mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-keyutils: Fix typo in description.
* gnu/packages/python-crypto (python-keyutils)[description]: Fix typo.
This commit is contained in:
parent
b5b0ee3bd0
commit
a806b0b08e
1 changed files with 1 additions and 1 deletions
|
@ -1088,5 +1088,5 @@ (define-public python-keyutils
|
||||||
(description
|
(description
|
||||||
"This is a set of python bindings for keyutils, a key management suite
|
"This is a set of python bindings for keyutils, a key management suite
|
||||||
that leverages the infrastructure provided by the Linux kernel for safely
|
that leverages the infrastructure provided by the Linux kernel for safely
|
||||||
storing and retrieving sensitive infromation in your programs.")
|
storing and retrieving sensitive information in your programs.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Reference in a new issue