diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:22:37 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:48:27 -0800 |
commit | 742ec5f6cdec9c50b45c46f80bd26d350bed340f (patch) | |
tree | 0ac80f365bfd7f3704e2068d920e04917071c371 /gnu | |
parent | 80f179fb6b98c823cb3dd1ae6ee1f8dd3af794b5 (diff) | |
download | guix-742ec5f6cdec9c50b45c46f80bd26d350bed340f.tar.gz guix-742ec5f6cdec9c50b45c46f80bd26d350bed340f.zip |
gnu: tracker: Fix trailing whitespace in description.
* gnu/packages/gnome.scm (tracker)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9b412f3eb0..1f72bc5064 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8938,7 +8938,7 @@ found by Tracker. This means that GNOME Music doesn't need to maintain a database of its own. If you need to go beyond simple searches, Tracker is also a linked data -endpoint and it understands SPARQL. ") +endpoint and it understands SPARQL.") ;; https://gitlab.gnome.org/GNOME/tracker/-/blob/master/COPYING: ;; src/libtracker-*/* and src/tracker-extract/* are covered by lgpl2.1+, ;; libstemmer is bsd-3 and the rest is gpl2+. |