mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mpd: fix homepage
This commit is contained in:
parent
4bd23a3abc
commit
6096d6b1ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user