rekado pushed a commit to branch master
in repository guix.
commit 39c7131e8ec3ae78e2fb3c5db517b45035152280
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Feb 7 19:54:46 2023 +0100
gnu: milkytracker: Reformat description.
* gnu/packages/music.scm (milkytracker)[description]: Reformat.
---
gnu/packages/music.scm | 8 ++++----
1 file 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+))))