Fixing the url for the python mechanize package (I thought it was a usual sf file)

svn path=/nixpkgs/trunk/; revision=19311
This commit is contained in:
Lluís Batlle i Rossell 2010-01-08 20:39:35 +00:00
parent 2cbbaa62ae
commit 380bd29bed

View file

@ -164,7 +164,7 @@ rec {
name = "mechanize-0.1.11";
src = fetchurl {
url = "mirror://sourceforge/wwwsearch/${name}.tar.gz";
url = "http://wwwsearch.sourceforge.net/mechanize/src/${name}.tar.gz";
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
};