mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gphotofs: Fix typo in description.
* gnu/packages/file-systems.scm (gphotofs)[synopsis, description]: Fix typo.
This commit is contained in:
parent
052117f8b4
commit
026959f055
1 changed files with 4 additions and 4 deletions
|
@ -202,10 +202,10 @@ (define-public gphotofs
|
|||
`(("fuse" ,fuse)
|
||||
("glib" ,glib)
|
||||
("libgphoto2" ,libgphoto2)))
|
||||
(synopsis "Virtual filesystem for libgphoto2 using FUSE")
|
||||
(description "GPhotoFS is a FUSE filesystem module to mount your camera as
|
||||
a filesystem on Linux. This allow using your camera with any tool able to read
|
||||
from a mounted filesystem.")
|
||||
(synopsis "Virtual file system for libgphoto2 using FUSE")
|
||||
(description "GPhotoFS is a FUSE file system module to mount your camera as
|
||||
a file system on Linux. This allow using your camera with any tool able to read
|
||||
from a mounted file system.")
|
||||
(home-page "http://www.gphoto.org/proj/gphotofs/")
|
||||
(license license:gpl2+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue