diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/file-systems.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index a682e2f6b7..e76f4b3030 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1208,13 +1208,13 @@ community.") (string-append "DESTDIR=" out))) #t))))) (home-page "https://github.com/zfsonlinux/zfs-auto-snapshot") - (synopsis "Automatically create, rotate, and destroy periodic ZFS snapshots") - (description - "An alternative implementation of the zfs-auto-snapshot service for Linux -that is compatible with zfs-linux (now OpenZFS) and zfs-fuse. + (synopsis "Automatically create, rotate and destroy ZFS snapshots") + (description "An alternative implementation of the zfs-auto-snapshot +service for Linux that is compatible with zfs-linux (now OpenZFS) and +zfs-fuse. -On Guix System, you will need to invoke the included shell scripts as @code{job} -definitions in your @code{operating-system} declaration.") +On Guix System, you will need to invoke the included shell scripts as +@code{job} definitions in your @code{operating-system} declaration.") (license license:gpl2+))) (define-public mergerfs |