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 @@ with state-tracking and configuration abstractions.")
|
||||||
(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)))
|
||||||
|
|
Reference in a new issue