about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2016-02-25 23:22:12 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2016-02-25 23:34:17 +0200
commitfdd11c2c2b95e721c134c7cd5f6d2e92da62aff5 (patch)
tree40645c92e2dec8f776fae75c34589f80a300be6a /pkgs/applications/graphics
parenta15f7c018e61c25f6a951bbe96b4798c750136bf (diff)
downloadnixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar.gz
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar.bz2
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar.lz
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar.xz
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.tar.zst
nixlib-fdd11c2c2b95e721c134c7cd5f6d2e92da62aff5.zip
gimp: Use http link as gimp-gap sources
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 702911fee744..739614653a16 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -52,7 +52,7 @@ rec {
     name = "gap-2.6.0";
     buildInputs = [ gimp pkgconfig glib pkgs.intltool gimp.gtk ] ++ gimp.nativeBuildInputs;
     src = fetchurl {
-      url = ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/gimp-gap-2.6.0.tar.bz2;
+      url = http://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/gimp-gap-2.6.0.tar.bz2;
       sha256 = "1jic7ixcmsn4kx2cn32nc5087rk6g8xsrz022xy11yfmgvhzb0ql";
     };
     patchPhase = ''