mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: fuseiso: Fix typo in description.
* gnu/packages/linux.scm (fuseiso)[description]: Fix typo.
This commit is contained in:
parent
1e1142d8cb
commit
b60e9fb82f
1 changed files with 2 additions and 2 deletions
|
@ -3276,8 +3276,8 @@ (define-public fuseiso
|
||||||
(synopsis "Mount ISO file system images")
|
(synopsis "Mount ISO file system images")
|
||||||
(description
|
(description
|
||||||
"FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg,
|
"FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg,
|
||||||
.bin, .mdf and .img files). It currently support plain ISO9660 Level 1 and 2,
|
.bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock
|
||||||
Rock Ridge, Joliet, and zisofs.")
|
Ridge, Joliet, and zisofs.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public gpm
|
(define-public gpm
|
||||||
|
|
Loading…
Reference in a new issue