diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:23:17 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:48:31 -0800 |
commit | f85bda51d772cd47c55e96ad6d8dee444156e812 (patch) | |
tree | 97d6d3c195936836876f2835e2dadfaf31de39fc /gnu/packages/gnome.scm | |
parent | 742ec5f6cdec9c50b45c46f80bd26d350bed340f (diff) | |
download | guix-f85bda51d772cd47c55e96ad6d8dee444156e812.tar.gz |
gnu: soundconverter: Fix trailing whitespace in description.
* gnu/packages/gnome.scm (soundconverter)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 1f72bc5064..4edc2dd629 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10840,7 +10840,7 @@ mp3, Ogg Vorbis and FLAC") (description "SoundConverter supports converting between many audio formats including Opus, Ogg Vorbis, FLAC and more. It supports parallel conversion, and -configurable file renaming. ") +configurable file renaming.") (license license:gpl3))) (define-public workrave |