about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-10-28 21:02:34 +0000
committerShea Levy <shea@shealevy.com>2011-10-28 21:02:34 +0000
commita5c4b75643c498be383eb5e6b07c74e684168632 (patch)
tree9515651f50db3d45c3657febe68b7ede95e5093b /pkgs/tools/filesystems
parent3b75d96027cc1062cd1d8d0b496d828c0c46de71 (diff)
downloadnixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar.gz
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar.bz2
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar.lz
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar.xz
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.tar.zst
nixlib-a5c4b75643c498be383eb5e6b07c74e684168632.zip
reiserfsprogs: Use the kernel mirrors
svn path=/nixpkgs/trunk/; revision=30088
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/reiserfsprogs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/reiserfsprogs/default.nix b/pkgs/tools/filesystems/reiserfsprogs/default.nix
index 7cadc0dd6496..2283a0c17460 100644
--- a/pkgs/tools/filesystems/reiserfsprogs/default.nix
+++ b/pkgs/tools/filesystems/reiserfsprogs/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "reiserfsprogs-3.6.21";
 
   src = fetchurl {
-    url = "http://www.kernel.org/pub/linux/utils/fs/reiserfs/${name}.tar.bz2";
+    url = "mirror://kernel/linux/utils/fs/reiserfs/${name}.tar.bz2";
     sha256 = "19mqzhh6jsf2gh8zr5scqi9pyk1fwivrxncd11rqnp2148c58jam";
   };