spotify: remove outdated info

Spotify for Linux works with free accounts since the end of 2011. I
verified this myself today.

Ref: http://www.omgubuntu.co.uk/2011/12/spotify-on-linux-works-for-free-accounts-offers-15-million-tracks
This commit is contained in:
Bjørn Forsman 2013-10-22 20:10:23 +02:00
parent d4e469d307
commit fc8f8932e1

View File

@ -89,13 +89,5 @@ stdenv.mkDerivation {
description = "Spotify for Linux allows you to play music from the Spotify music service";
license = "unfree";
maintainers = [ stdenv.lib.maintainers.eelco ];
longDescription =
''
Spotify is a digital music streaming service. This package
provides the Spotify client for Linux. At present, it does not
work with free Spotify accounts; it requires a Premium or
Unlimited account.
'';
};
}