diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:11:49 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:47:19 -0800 |
commit | 48d756ae44cd04773bb4ea9b27415d2bf903e97c (patch) | |
tree | ffb74e6974047ee954942d8727182a464a979237 /gnu | |
parent | 04c7220bc11756e638f931370f539005177afab9 (diff) | |
download | guix-48d756ae44cd04773bb4ea9b27415d2bf903e97c.tar.gz guix-48d756ae44cd04773bb4ea9b27415d2bf903e97c.zip |
gnu: dirvish: Fix trailing whitespace in description.
* gnu/packages/backup.scm (dirvish)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ NTFS volumes using @code{ntfs-3g}, preserving NTFS-specific attributes.") (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")))) |