diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 11:22:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 15:04:11 +0100 |
commit | 76f4f792670a56a2ee8484c0b3d83900523520da (patch) | |
tree | 23be90b3cae0b5153b39ac36bf707ef1b4955ae7 | |
parent | 7dcc4d70ee44271b5437a0d773e356039ab75b9c (diff) | |
download | guix-76f4f792670a56a2ee8484c0b3d83900523520da.tar.gz |
gnu: lmms: Reformat description.
* gnu/packages/music.scm (lmms)[description]: Reformat.
-rw-r--r-- | gnu/packages/music.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index aaa8c49fd2..221d97369d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4781,9 +4781,10 @@ are a C compiler and glib. Full API documentation and examples are included.") sdl)) (home-page "https://lmms.io/") (synopsis "Music composition tool") - (description "LMMS is a digital audio workstation. It includes tools for sequencing -melodies and beats and for mixing and arranging songs. LMMS includes instruments based on -audio samples and various soft sythesizers. It can receive input from a MIDI keyboard.") + (description "LMMS is a digital audio workstation. It includes tools for +sequencing melodies and beats and for mixing and arranging songs. LMMS +includes instruments based on audio samples and various soft sythesizers. It +can receive input from a MIDI keyboard.") (license license:gpl2+))) (define-public liquidsfz |