From 2264e18f437b41128818e66fa7be4ac2a06b09e1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Aug 2003 08:19:49 +0000 Subject: [PATCH] * Fix URLs. svn path=/nixpkgs/trunk/; revision=243 --- pkgs/libxml2/libxml2.fix | 2 +- pkgs/pspell/pspell.fix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/libxml2/libxml2.fix b/pkgs/libxml2/libxml2.fix index 153b64e249f..e6edf0596a6 100644 --- a/pkgs/libxml2/libxml2.fix +++ b/pkgs/libxml2/libxml2.fix @@ -3,7 +3,7 @@ Package( , ("build", Relative("libxml2/libxml2-build.sh")) , ("src", App(IncludeFix("fetchurl/fetchurl.fix"), - [ ("url", "ftp://fr.rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz") + [ ("url", "http://rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz") , ("md5", "b2caf6efe9ff9c4d2c175fb0689bd20e") ])) diff --git a/pkgs/pspell/pspell.fix b/pkgs/pspell/pspell.fix index 15966349364..ac435f67907 100644 --- a/pkgs/pspell/pspell.fix +++ b/pkgs/pspell/pspell.fix @@ -4,7 +4,7 @@ Package( , ("build", Relative("pspell/pspell-build.sh")) , ("src", App(IncludeFix("fetchurl/fetchurl.fix"), - [ ("url", "http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz") + [ ("url", "http://belnet.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz") , ("md5", "cfd3816b2372932a1b71c0ce4e9f881e") ]))