summary refs log tree commit diff
path: root/pkgs/desktops/xfce-4.6/core/libxfce4util.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce-4.6/core/libxfce4util.nix')
-rw-r--r--pkgs/desktops/xfce-4.6/core/libxfce4util.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce-4.6/core/libxfce4util.nix b/pkgs/desktops/xfce-4.6/core/libxfce4util.nix
index 2625966bb5877..ca90822cfd0ff 100644
--- a/pkgs/desktops/xfce-4.6/core/libxfce4util.nix
+++ b/pkgs/desktops/xfce-4.6/core/libxfce4util.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "libxfce4util-4.6.2";
   
   src = fetchurl {
-    url = "http://www.xfce.org/archive/xfce-4.6.2/src/${name}.tar.bz2";
+    url = "http://archive.xfce.org/xfce-4.6.2/src/${name}.tar.bz2";
     sha256 = "10wcw7r8cjb0farffic037pcjr5bwrjrm8s3jrcb7c0b038pwbmf";
   };