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 @@ is corrupted you'll lose the affected file(s) but not the whole back-up.")
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("libgphoto2" ,libgphoto2)))
|
("libgphoto2" ,libgphoto2)))
|
||||||
(synopsis "Virtual filesystem for libgphoto2 using FUSE")
|
(synopsis "Virtual file system for libgphoto2 using FUSE")
|
||||||
(description "GPhotoFS is a FUSE filesystem module to mount your camera as
|
(description "GPhotoFS is a FUSE file system module to mount your camera as
|
||||||
a filesystem on Linux. This allow using your camera with any tool able to read
|
a file system on Linux. This allow using your camera with any tool able to read
|
||||||
from a mounted filesystem.")
|
from a mounted file system.")
|
||||||
(home-page "http://www.gphoto.org/proj/gphotofs/")
|
(home-page "http://www.gphoto.org/proj/gphotofs/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
|
Reference in a new issue