diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-05-13 15:58:25 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-05-13 15:58:25 +0200 |
commit | da01347bf1cf09f8a5ceedfea528c546cd744bfe (patch) | |
tree | d7c48f0e93d2654a4df7dffac085f0dd7fc0ddac /gnu | |
parent | ba3b295a3ee956ac7500b5f9bb1d151b28ab30ed (diff) |
gnu: zfs-auto-snapshot: Wrap long lines.
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.
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 |