summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/sylpheed/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 14:44:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 14:44:19 +0000
commite42507d1825b1536f6c6bb486ec8c17f80da4d01 (patch)
tree25fce0d5f602a29525cca5e344de5d8fd3223715 /pkgs/applications/networking/mailreaders/sylpheed/default.nix
parente5c1afb9c19aa1df33f8ff77660356df8c40bdd7 (diff)
* Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
Diffstat (limited to 'pkgs/applications/networking/mailreaders/sylpheed/default.nix')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index cada3132e052..7095f086e09f 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
- url = http://sylpheed.good-day.net/sylpheed/sylpheed-1.0.0.tar.bz2;
+ url = http://catamaran.labs.cs.uu.nl/dist/tarballs/sylpheed-1.0.0.tar.bz2;
md5 = "864c4fc581a5ab1c7af5e06153c76769";
};