mpd: fix homepage

This commit is contained in:
Rok Garbas 2020-03-02 16:30:28 +01:00
parent 4bd23a3abc
commit 6096d6b1ef

View file

@ -130,7 +130,7 @@ let
meta = with stdenv.lib; {
description = "A flexible, powerful daemon for playing music";
homepage = "http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki";
homepage = "https://www.musicpd.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ];
platforms = platforms.unix;