This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new da01347 gnu: zfs-auto-snapshot: Wrap long lines.
da01347 is described below
commit da01347bf1cf09f8a5ceedfea528c546cd744bfe
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu May 13 15:58:25 2021 +0200
gnu: zfs-auto-snapshot: Wrap long lines.
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.
---
gnu/packages/file-systems.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index a682e2f..e76f4b3 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