From acba9240cdd89295c6e3a22525dc67cb936d164c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Jun 2013 14:05:48 +0200 Subject: nixos.org/tarballs -> tarballs.nixos.org It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually. --- pkgs/applications/graphics/batik/default.nix | 2 +- pkgs/applications/graphics/f-spot/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/batik/default.nix b/pkgs/applications/graphics/batik/default.nix index fbe67d1600dc..d776d433b37d 100644 --- a/pkgs/applications/graphics/batik/default.nix +++ b/pkgs/applications/graphics/batik/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "batik-1.6"; builder = ./builder.sh; src = fetchurl { - url = http://nixos.org/tarballs/batik-1.6.zip; + url = http://tarballs.nixos.org/batik-1.6.zip; md5 = "edff288fc64f968ff96ca49763d50f3c"; }; diff --git a/pkgs/applications/graphics/f-spot/default.nix b/pkgs/applications/graphics/f-spot/default.nix index 856795ea3562..8ecfc0df1622 100644 --- a/pkgs/applications/graphics/f-spot/default.nix +++ b/pkgs/applications/graphics/f-spot/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation { inherit makeWrapper; src = fetchurl { - url = http://nixos.org/tarballs/f-spot-0.0.10.tar.bz2; + url = http://tarballs.nixos.org/f-spot-0.0.10.tar.bz2; md5 = "19cc6e067ccc261b0502ff6189b79832"; }; -- cgit 1.4.1