gnu: mergerfs: Fix typo in description.

* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-09 16:44:27 +02:00
parent 87fd44b0cf
commit 052117f8b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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