gnu: guile-eris: Fix typo in description.

* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 22:17:01 +02:00
parent a8cee87747
commit e6eb021652
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -4449,7 +4449,7 @@ tools.")
(synopsis "Guile implementation of the Encoding for Robust Immutable Storage (ERIS)") (synopsis "Guile implementation of the Encoding for Robust Immutable Storage (ERIS)")
(description (description
"Guile-ERIS is the reference implementation of the Encoding for Robust "Guile-ERIS is the reference implementation of the Encoding for Robust
Immutable Storage (ERIS). ERIS allows arbitary content to be encoded into Immutable Storage (ERIS). ERIS allows arbitrary content to be encoded into
uniformly sized, encrypted blocks that can be reassembled using a short uniformly sized, encrypted blocks that can be reassembled using a short
read-capability.") read-capability.")
(home-page "https://inqlab.net/git/eris.git") (home-page "https://inqlab.net/git/eris.git")