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 @@ using the beets FetchArt plugin.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(synopsis "Music tracker for working with .MOD/.XM module files") (synopsis "Music tracker for working with .MOD/.XM module files")
(description "MilkyTracker is a music application for creating .MOD and .XM (description "MilkyTracker is a music application for creating .MOD and
module files. It attempts to recreate the module replay and user experience of .XM module files. It attempts to recreate the module replay and user
the popular DOS program Fasttracker II, with special playback modes available experience of the popular DOS program Fasttracker II, with special playback
for improved Amiga ProTracker 2/3 compatibility.") modes available for improved Amiga ProTracker 2/3 compatibility.")
(home-page "https://milkytracker.titandemo.org/") (home-page "https://milkytracker.titandemo.org/")
;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later. ;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later.
(license (list license:bsd-3 license:gpl3+)))) (license (list license:bsd-3 license:gpl3+))))