summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-11-24 19:58:03 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-11-24 19:58:03 +0100
commit0ea604ac1d657f96f9040e22f917fb64f19c8a46 (patch)
tree68d2dd8c0bf7f2afd07a7bb188dc3f0bd99430ab /pkgs/applications/science/chemistry
parent88ce525e8560ef929e4edf318cf0ce8867db393b (diff)
downloadnixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar.gz
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar.bz2
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar.lz
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar.xz
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.tar.zst
nixpkgs-0ea604ac1d657f96f9040e22f917fb64f19c8a46.zip
Treewide: use https for SourceForge
Diffstat (limited to 'pkgs/applications/science/chemistry')
-rw-r--r--pkgs/applications/science/chemistry/gwyddion/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/chemistry/gwyddion/default.nix b/pkgs/applications/science/chemistry/gwyddion/default.nix
index 6ea6be52fce..92f997900d5 100644
--- a/pkgs/applications/science/chemistry/gwyddion/default.nix
+++ b/pkgs/applications/science/chemistry/gwyddion/default.nix
@@ -6,7 +6,7 @@ let version = "2.48"; in
 stdenv.mkDerivation {
   name = "gwyddion-${version}";
   src = fetchurl {
-    url = "http://sourceforge.net/projects/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz";
+    url = "mirror://sourceforge/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz";
     sha256 = "119iw58ac2wn4cas6js8m7r1n4gmmkga6b1y711xzcyjp9hshgwx";
   };
   nativeBuildInputs = [ pkgconfig ];