diff options
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7788fcf4da..3b7a769fac 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3276,8 +3276,8 @@ write access to exFAT devices.") (synopsis "Mount ISO file system images") (description "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, -Rock Ridge, Joliet, and zisofs.") +.bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock +Ridge, Joliet, and zisofs.") (license license:gpl2))) (define-public gpm |