about summary refs log tree commit diff
path: root/pkgs/tools/system/setserial
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-06-11 05:41:30 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-06-11 05:41:30 +0000
commit2b68672d1c8a7cc7a2c6c649a1ac2fdf7f0c6675 (patch)
treec18b058ac6968382c012c1c1ee14a16aade117d4 /pkgs/tools/system/setserial
parent3466e0d6c9e8849b3168f38e9f5ec3bf56fc3ddd (diff)
Setserial source fix
svn path=/nixpkgs/trunk/; revision=15933
Diffstat (limited to 'pkgs/tools/system/setserial')
-rw-r--r--pkgs/tools/system/setserial/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/setserial/default.nix b/pkgs/tools/system/setserial/default.nix
index 55f2e238fe629..76bc24c27562c 100644
--- a/pkgs/tools/system/setserial/default.nix
+++ b/pkgs/tools/system/setserial/default.nix
@@ -9,7 +9,7 @@ let
 in
 rec {
   src = fetchurl {
-    url = "ftp://ftp.mcc.ac.uk/pub/linux/sources/sbin/setserial-${version}.tar.gz";
+    url = "mirror://sourceforge/setserial/setserial-${version}.tar.gz";
     sha256 = "0jkrnn3i8gbsl48k3civjmvxyv9rbm1qjha2cf2macdc439qfi3y";
   };