mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: tmsu: Fix typo in synopsis & description.
* gnu/packages/file-systems.scm (tmsu)[synopsis, description]: Fix typo.
This commit is contained in:
parent
173a631da0
commit
dd4027e84c
1 changed files with 2 additions and 2 deletions
|
@ -1195,10 +1195,10 @@ (define-public tmsu
|
|||
`(("go-github-com-mattn-go-sqlite3" ,go-github-com-mattn-go-sqlite3)
|
||||
("go-github-com-hanwen-fuse" ,go-github-com-hanwen-fuse)))
|
||||
(home-page "https://github.com/oniony/TMSU")
|
||||
(synopsis "Tag files and access them through a virtual filesystem")
|
||||
(synopsis "Tag files and access them through a virtual file system")
|
||||
(description
|
||||
"TMSU is a tool for tagging your files. It provides a simple
|
||||
command-line utility for applying tags and a virtual filesystem to give you a
|
||||
command-line utility for applying tags and a virtual file system to give you a
|
||||
tag-based view of your files from any other program. TMSU does not alter your
|
||||
files in any way: they remain unchanged on disk, or on the network, wherever
|
||||
your put them. TMSU maintains its own database and you simply gain an
|
||||
|
|
Loading…
Reference in a new issue