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 @@ (define-public guile-eris
(synopsis "Guile implementation of the Encoding for Robust Immutable Storage (ERIS)")
(description
"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
read-capability.")
(home-page "https://inqlab.net/git/eris.git")