From fc2847b1f770bb8d94daea2b2bc9fa0375959c6d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice <me@tobias.gr> Date: Sat, 13 Jan 2018 20:46:43 +0100 Subject: [PATCH] gnu: mpdscribble: Update home page. * gnu/packages/mpd.scm (mpdscribble)[home-page]: This package seems to have found a home. Use it. --- gnu/packages/mpd.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 2a0f1f018c2..b22442856bc 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -258,9 +258,7 @@ (define-public mpdscribble (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 -- GitLab