diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:57:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:34 +0200 |
commit | 9a2d7e0f6331a2222696c4f8b669a8cce3725773 (patch) | |
tree | a833d25cef704149817a392e64f15c5c87b1515d | |
parent | 8ab76a89001bc65e4f08a41e55c133312c62c4f5 (diff) | |
download | guix-9a2d7e0f6331a2222696c4f8b669a8cce3725773.tar.gz |
gnu: julia-mbedtls: Fix typo in description.
* gnu/packages/julia-xyz.scm (julia-mbedtls)[description]: Fix typo.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 85949ec9e8..d79acf0b17 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -844,7 +844,7 @@ that let you do deep transformations of code.") (home-page "https://github.com/JuliaLang/MbedTLS.jl") (synopsis "Apache's mbed TLS library wrapper") (description "@code{MbedTLS.jl} provides a wrapper around the @code{mbed -TLS} and cryptography C libary for Julia.") +TLS} and cryptography C library for Julia.") (license license:expat))) (define-public julia-mbedtls-jll |