summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-10-22 20:10:23 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-10-22 20:43:54 +0200
commitfc8f8932e1733b0b1044bd74759514a1d0694aac (patch)
treec332decc1c69d22fd602313b13c0542a9b18024c /pkgs/applications
parentd4e469d3075cf372cb503ee95c596edc1520d2ed (diff)
downloadnixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar.gz
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar.bz2
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar.lz
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar.xz
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.tar.zst
nixlib-fc8f8932e1733b0b1044bd74759514a1d0694aac.zip
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/spotify/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 31cdbf9c6cec..1b97270bbf21 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -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.
-      '';
   };
 }