Merge pull request #60200 from matthiasbeyer/fix-mpdscribble-url

mpdscribble: Fix URL
This commit is contained in:
Elis Hirwing 2019-04-25 12:44:22 +02:00 committed by GitHub
commit 0094dd6eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Music Player Daemon (MPD) client which submits information about tracks beeing played to a scrobbler (e.g. last.fm)";
homepage = http://mpd.wikia.com/wiki/Client:mpdscribble;
homepage = https://www.musicpd.org/clients/mpdscribble/;
license = licenses.gpl2;
maintainers = [ maintainers.matthiasbeyer ];
platforms = platforms.linux;