about summary refs log tree commit diff
path: root/pkgs/applications/audio/xmms/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/xmms/default.nix')
-rw-r--r--pkgs/applications/audio/xmms/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/xmms/default.nix b/pkgs/applications/audio/xmms/default.nix
index a7743b861ebb..06a6a5e5f2da 100644
--- a/pkgs/applications/audio/xmms/default.nix
+++ b/pkgs/applications/audio/xmms/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "xmms-1.2.10";
   src = fetchurl {
-    url = http://www.xmms.org/files/1.2.x/xmms-1.2.10.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/xmms-1.2.10.tar.bz2;
     md5 = "03a85cfc5e1877a2e1f7be4fa1d3f63c" ;
   };