summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-14 09:22:26 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-14 09:22:26 +0000
commitf6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5 (patch)
treec8a099a9732ccd3140273bc88230b25af84546da /pkgs/applications/graphics
parentdf2a7e5168337c5d71b57f7a8a5014d37823c48d (diff)
downloadnixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar.gz
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar.bz2
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar.lz
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar.xz
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.tar.zst
nixlib-f6e91bc9c90ca926390b90b0cc9b1c606f8d1bd5.zip
* Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/f-spot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/f-spot/default.nix b/pkgs/applications/graphics/f-spot/default.nix
index a22dbab3b109..e01153837fe7 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://ftp.gnome.org/pub/gnome/sources/f-spot/0.0/f-spot-0.0.10.tar.bz2;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/f-spot-0.0.10.tar.bz2;
     md5 = "19cc6e067ccc261b0502ff6189b79832";
   };