diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 16:44:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 19:57:40 +0200 |
commit | 052117f8b47b0940539cc9a70dc70aceab98582d (patch) | |
tree | dcf008f06a8f63383dc5a13668689d0e370abbdc | |
parent | 87fd44b0cff8c964b31967f0e0f2d659e52270f3 (diff) | |
download | guix-052117f8b47b0940539cc9a70dc70aceab98582d.tar.gz |
gnu: mergerfs: Fix typo in description.
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
-rw-r--r-- | gnu/packages/file-systems.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 6d395feaf5..943788a50e 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -801,8 +801,8 @@ community.") ;; mergerfs bundles a heavily modified copy of libfuse. (inputs `(("util-linux" ,util-linux))) (home-page "https://github.com/trapexit/mergerfs") - (synopsis "Featureful union filesystem") - (description "mergerfs is a union filesystem geared towards simplifying + (synopsis "Featureful union file system") + (description "mergerfs is a union file system geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.") (license (list |