* Fix URLs.

svn path=/nixpkgs/trunk/; revision=243
This commit is contained in:
Eelco Dolstra 2003-08-05 08:19:49 +00:00
parent 244d0b4181
commit 2264e18f43
2 changed files with 2 additions and 2 deletions

View file

@ -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")
]))

View file

@ -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")
]))