diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 20:46:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 21:25:41 +0100 |
commit | fc2847b1f770bb8d94daea2b2bc9fa0375959c6d (patch) | |
tree | edbbf90c8546cd228808391a3ee6d030e7a15ea8 | |
parent | 7da9e792e453347c21bb729a7b109a3ef2698c7b (diff) | |
download | guix-fc2847b1f770bb8d94daea2b2bc9fa0375959c6d.tar.gz |
gnu: mpdscribble: Update home page.
* gnu/packages/mpd.scm (mpdscribble)[home-page]: This package seems to have found a home. Use it.
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 2a0f1f018c..b22442856b 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -258,9 +258,7 @@ sort playlists, and a local file system browser.") (synopsis "MPD client for track scrobbling") (description "mpdscribble is a Music Player Daemon client which submits information about tracks being played to a scrobbler, such as Libre.FM.") - ;; musicpd.org doesn't mention mpdscribble. It points users to this wiki - ;; instead. - (home-page "http://mpd.wikia.com/wiki/Client:Mpdscribble") + (home-page "https://www.musicpd.org/clients/mpdscribble/") (license license:gpl2+))) (define-public python-mpd2 |