diff options
author | Leo Famulari <leo@famulari.name> | 2019-11-23 16:01:07 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-11-23 16:01:25 -0500 |
commit | a3e5361b64acc4223c01d829cf99389b3e7b1dad (patch) | |
tree | 55028e3ed22f0f206e6785e917f889647e417c02 /gnu/packages/mpd.scm | |
parent | 5ce0aab3fb953e15e9319d356a2caf636ef219d8 (diff) | |
download | patches-a3e5361b64acc4223c01d829cf99389b3e7b1dad.tar patches-a3e5361b64acc4223c01d829cf99389b3e7b1dad.tar.gz |
gnu: ashuffle: Fix typo.
* gnu/packages/mpd.scm (ashuffle)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 65535062c9..3afdbddc84 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -362,7 +362,7 @@ MPD servers, search and multimedia key support.") (home-page "https://github.com/joshkunz/ashuffle") (synopsis "Automatic library-wide shuffle for mpd") (description "ashuffle is an application for automatically shuffling your -MPD library in a similar way to many other music player's 'shuffle library' +MPD library in a similar way to many other music players' 'shuffle library' feature. ashuffle works like any other MPD client, and can be used alongside other MPD frontends.") (license license:expat))) |