diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-21 14:33:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-21 18:27:19 +0200 |
commit | 98ae5c9d8493189007221e2f9ac5dacbcd2a1a3b (patch) | |
tree | 0b14419fd35885f4e720e53b7e67ec121bdcc2c4 | |
parent | 23e3d2d9befa6ace742868244ec282e0d5786ad5 (diff) |
gnu: lxcfs: Fix typos in description.
* gnu/packages/virtualization.scm (lxcfs)[synopsis, description]: Fix typos.
-rw-r--r-- | gnu/packages/virtualization.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 600e4f401a..f144671709 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1063,10 +1063,10 @@ manage system or application containers.") (inputs `(("fuse" ,fuse))) (build-system gnu-build-system) - (synopsis "FUSE based filesystem for LXC") - (description "LXCFS is a small FUSE filesystem written with the intention + (synopsis "FUSE-based file system for LXC") + (description "LXCFS is a small FUSE file system written with the intention of making Linux containers feel more like a virtual machine. -It started as a side-project of LXC but is useable by any runtime.") +It started as a side project of LXC but can be used by any run-time.") (license license:lgpl2.1+))) (define-public libvirt |