diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 7dac25eb61..11c23aebfc 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1088,5 +1088,5 @@ with state-tracking and configuration abstractions.") (description "This is a set of python bindings for keyutils, a key management suite 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))) |