mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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.
|
;; mergerfs bundles a heavily modified copy of libfuse.
|
||||||
(inputs `(("util-linux" ,util-linux)))
|
(inputs `(("util-linux" ,util-linux)))
|
||||||
(home-page "https://github.com/trapexit/mergerfs")
|
(home-page "https://github.com/trapexit/mergerfs")
|
||||||
(synopsis "Featureful union filesystem")
|
(synopsis "Featureful union file system")
|
||||||
(description "mergerfs is a union filesystem geared towards simplifying
|
(description "mergerfs is a union file system geared towards simplifying
|
||||||
storage and management of files across numerous commodity storage devices. It
|
storage and management of files across numerous commodity storage devices. It
|
||||||
is similar to mhddfs, unionfs, and aufs.")
|
is similar to mhddfs, unionfs, and aufs.")
|
||||||
(license (list
|
(license (list
|
||||||
|
|
Loading…
Reference in a new issue