From 48d756ae44cd04773bb4ea9b27415d2bf903e97c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:11:49 -0800 Subject: [PATCH] gnu: dirvish: Fix trailing whitespace in description. * gnu/packages/backup.scm (dirvish)[description]: Fix trailing whitespace. --- gnu/packages/backup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 32e0532c46..d93bda5af6 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -877,7 +877,7 @@ (define write-man (description "With dirvish you can maintain a set of complete images of your file systems with unattended creation and expiration. A dirvish backup vault -is like a time machine for your data. ") +is like a time machine for your data.") (license (license:fsf-free "file://COPYING" "Open Software License 2.0"))))