diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 22:17:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:34 +0200 |
commit | e6eb0216523a01bc7f788cd8487655bda1e57ce1 (patch) | |
tree | 1dc8ced639b19cd17e2bb9466d642571e77a0108 | |
parent | a8cee87747ebd9b13f964478246cc42786153058 (diff) | |
download | guix-e6eb0216523a01bc7f788cd8487655bda1e57ce1.tar.gz guix-e6eb0216523a01bc7f788cd8487655bda1e57ce1.zip |
gnu: guile-eris: Fix typo in description.
* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index fe4b021bfa..b2cbf3e898 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4449,7 +4449,7 @@ tools.") (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") |