summary refs log tree commit diff
path: root/pkgs/tools/filesystems/reiserfsprogs
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/reiserfsprogs
parent3b75d96027cc1062cd1d8d0b496d828c0c46de71 (diff)
downloadnixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar.gz
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar.bz2
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar.lz
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar.xz
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.tar.zst
nixpkgs-a5c4b75643c498be383eb5e6b07c74e684168632.zip
reiserfsprogs: Use the kernel mirrors
svn path=/nixpkgs/trunk/; revision=30088
Diffstat (limited to 'pkgs/tools/filesystems/reiserfsprogs')
-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 7cadc0dd649..2283a0c1746 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";
   };