[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: zfs-auto-snapshot: Wrap long lines.
From: |
guix-commits |
Subject: |
branch master updated: gnu: zfs-auto-snapshot: Wrap long lines. |
Date: |
Thu, 13 May 2021 09:59:51 -0400 |
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 <othacehe@gnu.org>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: zfs-auto-snapshot: Wrap long lines.,
guix-commits <=