gnu: lxcfs: Fix typos in description.
* gnu/packages/virtualization.scm (lxcfs)[synopsis, description]: Fix typos.
This commit is contained in:
parent
23e3d2d9be
commit
98ae5c9d84
1 changed files with 3 additions and 3 deletions
|
@ -1063,10 +1063,10 @@ (define-public lxcfs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue