summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kvm/17.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kvm/17.nix')
-rw-r--r--pkgs/os-specific/linux/kvm/17.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kvm/17.nix b/pkgs/os-specific/linux/kvm/17.nix
index 8221f955f31..4e93909e2a0 100644
--- a/pkgs/os-specific/linux/kvm/17.nix
+++ b/pkgs/os-specific/linux/kvm/17.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   name = "kvm-17";
    
   src = fetchurl {
-    url = http://heanet.dl.sourceforge.net/sourceforge/kvm/kvm-17.tar.gz;
+    url = mirror://sourceforge/kvm/kvm-17.tar.gz;
     sha256 = "1c9g92258wbadh6q8m9vp4zszbr50a5crn93iy69s5bkg3n3vs43";
   };