diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 19:54:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 19:54:46 +0100 |
commit | 39c7131e8ec3ae78e2fb3c5db517b45035152280 (patch) | |
tree | 6e55a9148f2cdd8aba69ad9e30cca736e52d03ac | |
parent | dcb0c379f647cfcc65203f3fdf5ca0f25e91fe44 (diff) |
gnu: milkytracker: Reformat description.
* gnu/packages/music.scm (milkytracker)[description]: Reformat.
-rw-r--r-- | gnu/packages/music.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 1a6e96d3d8..41d9b22088 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4030,10 +4030,10 @@ using the beets FetchArt plugin.") (native-inputs (list pkg-config)) (synopsis "Music tracker for working with .MOD/.XM module files") - (description "MilkyTracker is a music application for creating .MOD and .XM - module files. It attempts to recreate the module replay and user experience of - the popular DOS program Fasttracker II, with special playback modes available - for improved Amiga ProTracker 2/3 compatibility.") + (description "MilkyTracker is a music application for creating .MOD and +.XM module files. It attempts to recreate the module replay and user +experience of the popular DOS program Fasttracker II, with special playback +modes available for improved Amiga ProTracker 2/3 compatibility.") (home-page "https://milkytracker.titandemo.org/") ;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later. (license (list license:bsd-3 license:gpl3+)))) |