diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:34:24 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:53:07 -0800 |
commit | 36a78af6f2e40183f13ee2df623e83101d8a2e0e (patch) | |
tree | 6fa5464d621e474b5cc2eb4abe15c27f7b7e9dec | |
parent | 0861388f8db20da925581c2772d8b02740a7d694 (diff) | |
download | guix-36a78af6f2e40183f13ee2df623e83101d8a2e0e.tar.gz |
gnu: bindfs: Fix trailing whitespace in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing whitespace.
-rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 4bd55b40cd..ca6a3b2031 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -196,7 +196,7 @@ another location, similar to @command{mount --bind}. It can be used for: @item Sharing a directory with a list of users (or groups). @item Modifying permission bits using rules with chmod-like syntax. @item Changing the permissions with which files are created. -@end itemize ") +@end itemize") (license license:gpl2+))) (define-public cachefilesd-inotify |