diff --git a/Formula/mpd.rb b/Formula/mpd.rb index e39f3ff6bf..551a2cfd2c 100644 --- a/Formula/mpd.rb +++ b/Formula/mpd.rb @@ -115,7 +115,6 @@ class Mpd < Formula def caveats; <<~EOS MPD requires a config file to start. Please copy it from #{etc}/mpd/mpd.conf into one of these paths: - - $XDG_CONFIG_HOME/mpd/mpd.conf - ~/.mpd/mpd.conf - ~/.mpdconf and tailor it to your needs.