gnu: milkytracker: Reformat description.

* gnu/packages/music.scm (milkytracker)[description]: Reformat.
This commit is contained in:
Ricardo Wurmus 2023-02-07 19:54:46 +01:00
parent dcb0c379f6
commit 39c7131e8e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4030,10 +4030,10 @@ (define-public milkytracker
(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+))))