summary refs log tree commit diff
path: root/pkgs/applications/science/geometry/drgeo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/geometry/drgeo/default.nix')
-rw-r--r--pkgs/applications/science/geometry/drgeo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/geometry/drgeo/default.nix b/pkgs/applications/science/geometry/drgeo/default.nix
index 2b10ec238c9..c18a6ed7426 100644
--- a/pkgs/applications/science/geometry/drgeo/default.nix
+++ b/pkgs/applications/science/geometry/drgeo/default.nix
@@ -2,7 +2,7 @@ args : with args;
 let version = lib.attrByPath ["version"] "1.1.0" args; in
 rec {
   src = fetchurl {
-    url = http://downloads.sourceforge.net/ofset/drgeo-1.1.0.tar.gz;
+    url = mirror://sourceforge/ofset/drgeo-1.1.0.tar.gz;
     sha256 = "05i2czgzhpzi80xxghinvkyqx4ym0gm9f38fz53idjhigiivp4wc";
   };