mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mergerfs: Fix typo in description.
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
This commit is contained in:
parent
87fd44b0cf
commit
052117f8b4
1 changed files with 2 additions and 2 deletions
|
@ -801,8 +801,8 @@ (define-public mergerfs
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue