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