From aa84bce64d5a8ab51d079e2a8025d772d55263f3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 14 Nov 2008 16:57:19 +0000 Subject: * Get rid of all references to nix.cs.uu.nl. svn path=/nixpkgs/trunk/; revision=13299 --- 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 8b9ac5a9f546..fbe67d1600dc 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://nix.cs.uu.nl/dist/tarballs/batik-1.6.zip; + url = http://nixos.org/tarballs/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 40329412449b..17a3cd22a5fa 100644 --- a/pkgs/applications/graphics/f-spot/default.nix +++ b/pkgs/applications/graphics/f-spot/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/f-spot-0.0.10.tar.bz2; + url = http://nixos.org/tarballs/f-spot-0.0.10.tar.bz2; md5 = "19cc6e067ccc261b0502ff6189b79832"; }; -- cgit 1.4.1