summary refs log tree commit diff
path: root/pkgs/tools/graphics/ploticus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/ploticus/default.nix')
-rw-r--r--pkgs/tools/graphics/ploticus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/ploticus/default.nix b/pkgs/tools/graphics/ploticus/default.nix
index 5907f1a1ca3..650d2ba9d3a 100644
--- a/pkgs/tools/graphics/ploticus/default.nix
+++ b/pkgs/tools/graphics/ploticus/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
 
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://surfnet.dl.sourceforge.net/sourceforge/ploticus/pl233src.tar.gz;
+    url = mirror://sourceforge/ploticus/pl233src.tar.gz;
     md5 = "1e242200e7e52f7a24041c95f58f2fc1";
   };