Browse Source
gnu: mergerfs: Fix typo in description.
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
wip-haskell-updates-2
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|